Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into v41
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Mar 23, 2022
2 parents 98de4a4 + 8d565de commit 5c62724
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cldr-generate-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ then
fi

set -x
( cd ${OUT} && zip -r cldr-${VERSION}-json-full.zip ../LICENSE cldr-core cldr-rbnf cldr-*-full cldr-bcp47 )
( cd ${OUT} && zip -r cldr-${VERSION}-json-modern.zip ../LICENSE cldr-core cldr-rbnf cldr-*-modern cldr-bcp47 )
( cd ${OUT} && cp ../LICENSE LICENSE )
( cd ${OUT} && zip -r cldr-${VERSION}-json-full.zip LICENSE cldr-core cldr-rbnf cldr-*-full cldr-bcp47 )
( cd ${OUT} && zip -r cldr-${VERSION}-json-modern.zip LICENSE cldr-core cldr-rbnf cldr-*-modern cldr-bcp47 )
( cd ${OUT} && rm LICENSE }

mv -v ${OUT}/*.zip ${DIST}/

0 comments on commit 5c62724

Please sign in to comment.