chiark / gitweb /
Better archive the Cura.app
authordaid303 <daid303@gmail.com>
Fri, 12 Oct 2012 11:37:05 +0000 (13:37 +0200)
committerdaid303 <daid303@gmail.com>
Fri, 12 Oct 2012 11:37:05 +0000 (13:37 +0200)
package.sh

index c950a96a220a90bb03aa1ae2bee91b8f6d8a8e05..e3f3517c18aa29fa802a7c92f3ee9e3d9170f7dd 100755 (executable)
@@ -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