From 030f0c5161fc2da378ff5af8aa20610555f90188 Mon Sep 17 00:00:00 2001 From: Matt Keeter Date: Mon, 24 Mar 2014 20:53:12 -0400 Subject: [PATCH] and compress the app and the README into a zip file --- app/package.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2