Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaid303 <daid303@gmail.com>2012-10-12 15:37:05 +0400
committerdaid303 <daid303@gmail.com>2012-10-12 15:37:05 +0400
commitb5fd9bc87964978cb54d7d801b5aa48cebff5f8e (patch)
tree07484181f27949a8ae6076271e3d280d3c10c426 /package.sh
parent6e0c64c10e13ebbf6e9931b8a041c1fcd8fb7272 (diff)
Better archive the Cura.app
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.sh b/package.sh
index c950a96a22..e3f3517c18 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