]> git.sur5r.net Git - fstl/commitdiff
and compress the app and the README into a zip file v0.9.0
authorMatt Keeter <matt.j.keeter@gmail.com>
Tue, 25 Mar 2014 00:53:12 +0000 (20:53 -0400)
committerMatt Keeter <matt.j.keeter@gmail.com>
Tue, 25 Mar 2014 01:01:43 +0000 (21:01 -0400)
app/package.sh

index d012bfb159e43e31b461142a850c339e8b4991ec..da973135169d29141a5d31e7f74980ef330c923c 100755 (executable)
@@ -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
 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