Skip to content

Commit

Permalink
fix makeReleaseZip.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
negesti committed Jun 13, 2017
1 parent bf0ab22 commit 31ab7a7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions makeReleaseZip.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
#!/bin/bash
TARGET="[email protected]"

cd [email protected]

echo "recompiling schema file..."
cd schemas
make
cd ..

echo "Zip it"
zip -r $TARGET *

mv $TARGET ..
zip -r $TARGET *.js metadata.json schemas/gschemas.compiled locale messages.pot

# http://whatthecommit.com/0e0c1a4060a298158f3c4ef526f03f86
echo "
Expand All @@ -21,5 +17,6 @@ echo "
Bunny approves these changes
http://whatthecommit.com/c3fa809433d7131c1bb92e4ba0d372b8
"

0 comments on commit 31ab7a7

Please sign in to comment.