diff --git a/bin/build-chrome-dev b/bin/build-chrome-dev index 5828010..830659c 100755 --- a/bin/build-chrome-dev +++ b/bin/build-chrome-dev @@ -23,4 +23,4 @@ cp src/manifest.dev.json src/manifest.json # pack build cd dist/$dir_name -zip -r ../$archive_name.zip * \ No newline at end of file +zip -r -X ../$archive_name.zip * \ No newline at end of file diff --git a/bin/build-chrome-prod b/bin/build-chrome-prod index a0fe716..2e96222 100755 --- a/bin/build-chrome-prod +++ b/bin/build-chrome-prod @@ -23,4 +23,4 @@ cp src/manifest.dev.json src/manifest.json # pack build cd dist/$dir_name -zip -r ../$archive_name.zip * \ No newline at end of file +zip -r -X ../$archive_name.zip * \ No newline at end of file diff --git a/bin/build-chrome-test b/bin/build-chrome-test index 436622b..912941d 100755 --- a/bin/build-chrome-test +++ b/bin/build-chrome-test @@ -23,4 +23,4 @@ cp src/manifest.dev.json src/manifest.json # pack build cd dist/$dir_name -zip -r ../$archive_name.zip * \ No newline at end of file +zip -r -X ../$archive_name.zip * \ No newline at end of file diff --git a/bin/build-firefox-dev b/bin/build-firefox-dev index 4d20835..95b4388 100755 --- a/bin/build-firefox-dev +++ b/bin/build-firefox-dev @@ -23,4 +23,4 @@ cp src/manifest.dev.json src/manifest.json # pack build cd dist/$dir_name -zip -r ../$archive_name.zip * \ No newline at end of file +zip -r -X ../$archive_name.zip * \ No newline at end of file diff --git a/bin/build-firefox-test b/bin/build-firefox-test index 372af27..fd1e0f4 100755 --- a/bin/build-firefox-test +++ b/bin/build-firefox-test @@ -23,4 +23,4 @@ cp src/manifest.dev.json src/manifest.json # pack build cd dist/$dir_name -zip -r ../$archive_name.zip * \ No newline at end of file +zip -r -X ../$archive_name.zip * \ No newline at end of file