From: daid303 Date: Fri, 12 Oct 2012 11:37:05 +0000 (+0200) Subject: Better archive the Cura.app X-Git-Tag: 13.03~250 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b5fd9bc87964978cb54d7d801b5aa48cebff5f8e;p=cura.git Better archive the Cura.app --- diff --git a/package.sh b/package.sh index c950a96a..e3f3517c 100755 --- a/package.sh +++ b/package.sh @@ -216,7 +216,7 @@ if (( ${ARCHIVE_FOR_DISTRIBUTION} )); then cp pyserial-2.6.tar.gz scripts/osx64/Cura.app/Contents/Pkgs cp PyOpenGL-3.0.2.tar.gz scripts/osx64/Cura.app/Contents/Pkgs cp wxPython2.9-osx-2.9.4.0-cocoa-py2.7.dmg scripts/osx64/Cura.app/Contents/Pkgs - $TAR cfp - scripts/osx64/ | gzip --best -c > ${TARGET_DIR}.tar.gz + $TAR cfp - scripts/osx64/Cura.app | gzip --best -c > ${TARGET_DIR}.tar.gz else echo "Archiving to ${TARGET_DIR}.tar.gz" $TAR cfp - ${TARGET_DIR} | gzip --best -c > ${TARGET_DIR}.tar.gz