Fix STLQuickLook is not copied into Mac OS X bundle.

master
Ilya Kulakov 2012-12-06 23:32:30 +07:00
parent b25ef2dd39
commit fbe29005c7
1 changed files with 1 additions and 1 deletions

View File

@ -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