Skip to content

Commit

Permalink
chore: fix pack script
Browse files Browse the repository at this point in the history
  • Loading branch information
lifesign committed Feb 7, 2022
1 parent 5da7b3a commit e4e5985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ echo -e "packing start"
echo -e "Clean last build"
rm -rf *.hereplugin
echo -e "Compressing to current dir"
zip -r app.here.sspai.zip src -x *.DS_Store*
zip -r app.here.sspai.zip . -x ".*"
mv app.here.sspai.zip SSPai.hereplugin
echo -e "packing done.."

0 comments on commit e4e5985

Please sign in to comment.