Skip to content

Commit

Permalink
build.sh修正
Browse files Browse the repository at this point in the history
  • Loading branch information
akoya-tomo committed Sep 12, 2018
1 parent 3025e3c commit cc24dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ echo "addon_ver = $addon_ver"
filename="${OUTPUT_DIR}/${addon_name}-${addon_ver}.zip"
echo "filename = $filename"

zip -v -r -9 ${filename} * -x "*.bak" ".eslint*"
zip -r -9 ${filename} * -x "*.bak" ".eslint*"

0 comments on commit cc24dc5

Please sign in to comment.