chiark / gitweb /
Updated path in osx cura package result.
[cura.git] / package.sh
index e3f3517c18aa29fa802a7c92f3ee9e3d9170f7dd..3cf71dc345a524370154086d4b74cd2e8767c883 100755 (executable)
@@ -216,7 +216,8 @@ 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/Cura.app | gzip --best -c > ${TARGET_DIR}.tar.gz
+               cd scripts/osx64
+               $TAR cfp - 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