From: Ilya Kulakov Date: Thu, 6 Dec 2012 16:32:30 +0000 (+0700) Subject: Fix STLQuickLook is not copied into Mac OS X bundle. X-Git-Tag: 13.03~168^2^2~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fbe29005c764e006027c4258a16d2358728ab209;p=cura.git Fix STLQuickLook is not copied into Mac OS X bundle. --- diff --git a/package.sh b/package.sh index 157d3ab0..57726525 100755 --- a/package.sh +++ b/package.sh @@ -85,7 +85,7 @@ if [ "$BUILD_TARGET" = "darwin" ]; then # Install QuickLook plugin mkdir -p dist/Cura.app/Contents/Library/QuickLook - cp STLQuickLook.qlgenerator dist/Cura.app/Contents/Library/QuickLook/ + cp -a STLQuickLook.qlgenerator dist/Cura.app/Contents/Library/QuickLook/ # Archive app $TAR cfp - dist/Cura.app | gzip --best -c > ../../${TARGET_DIR}.tar.gz