and compress the app and the README into a zip file

This commit is contained in:
Matt Keeter 2014-03-24 20:53:12 -04:00
parent 70f0297d20
commit 030f0c5161

View file

@ -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 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 cd ../Resources
rm empty.lproj rm empty.lproj
cd ../../..
cp -r fstl.app ..
cd ..
zip -r fstl.zip fstl.app README.md