From: Matt Keeter Date: Tue, 25 Mar 2014 00:53:12 +0000 (-0400) Subject: and compress the app and the README into a zip file X-Git-Tag: v0.9.0 X-Git-Url: https://git.sur5r.net/?p=fstl;a=commitdiff_plain;h=030f0c5161fc2da378ff5af8aa20610555f90188;hp=70f0297d209e04f3de354a3684759eecc6077719 and compress the app and the README into a zip file --- diff --git a/app/package.sh b/app/package.sh index d012bfb..da97313 100755 --- a/app/package.sh +++ b/app/package.sh @@ -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