Skip to content

Commit 59e143c

Browse files
authored
Merge pull request #83 from btangmu/t18245_d
CLDR-18279 Exclude .DS_Store from zip
2 parents 61d9cba + 8c5d082 commit 59e143c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cldr-generate-zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020

2121
set -x
2222
( cd ${OUT} && cp ../LICENSE LICENSE )
23-
( cd ${OUT} && zip -r cldr-${VERSION}-json-full.zip LICENSE cldr-core cldr-rbnf cldr-*-full cldr-bcp47 cldr-transforms )
23+
( cd ${OUT} && zip -x "*/.DS_Store" -r cldr-${VERSION}-json-full.zip LICENSE cldr-core cldr-rbnf cldr-*-full cldr-bcp47 cldr-transforms )
2424
#( cd ${OUT} && zip -r cldr-${VERSION}-json-modern.zip LICENSE cldr-core cldr-rbnf cldr-*-modern cldr-bcp47 cldr-transforms )
2525
( cd ${OUT} && rm LICENSE )
2626

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy