Skip to content

Commit

Permalink
and compress the app and the README into a zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Mar 25, 2014
1 parent 70f0297 commit 030f0c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ cd ../Frameworks
rm -rf QtDeclarative.framework QtMultimedia.framework QtMultimediaWidgets.framework QtNetwork.framework QtPositioning.framework QtQml.framework QtQuick.framework QtScript.framework QtSensors.framework QtSql.framework QtXmlPatterns.framework
cd ../Resources
rm empty.lproj
cd ../../..
cp -r fstl.app ..
cd ..
zip -r fstl.zip fstl.app README.md

0 comments on commit 030f0c5

Please sign in to comment.