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:
authornickthetait <tait@alephobjects.com>2016-02-25 18:12:37 +0300
committernickthetait <tait@alephobjects.com>2016-02-25 18:12:37 +0300
commitaaa52360144deb5cecde4f1cefa4064d8eb39f57 (patch)
tree368e76cdf6121cbf569e3d3e9a36c2161b01a75f
parent9d097452520d3e67a4b728e3f2f9f00c04058070 (diff)
Standardize OSX build naming
-rwxr-xr-xpackage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.sh b/package.sh
index 0781a8048c..0cd79677f8 100755
--- a/package.sh
+++ b/package.sh
@@ -198,7 +198,7 @@ if [ "$BUILD_TARGET" = "darwin" ]; then
hdiutil attach Cura.dmg.sparseimage
cp -a dist/Cura.app /Volumes/Cura\ -\ Lulzbot/Cura/
hdiutil detach /Volumes/Cura\ -\ Lulzbot
- hdiutil convert Cura.dmg.sparseimage -format UDZO -imagekey zlib-level=9 -ov -o ../../${TARGET_DIR}.dmg
+ hdiutil convert Cura.dmg.sparseimage -format UDZO -imagekey zlib-level=9 -ov -o ../../Cura-${FULL_VERSION}-MacOS.dmg
exit
fi