diff --git a/dist/scripts/macdeploy.sh b/dist/scripts/macdeploy.sh index 425ee042..dc4b00c4 100755 --- a/dist/scripts/macdeploy.sh +++ b/dist/scripts/macdeploy.sh @@ -10,9 +10,9 @@ fi cd bin macdeployqt qView.app -codesign --sign - --deep qView.app +#codesign --sign - --deep qView.app if [[ -n "$1" ]]; then - hdiutil create -volname "qView" -srcfolder "qView.app" "qView.dmg qView-JDP-$1-macOS$2.dmg" + hdiutil create -volname "qView" -srcfolder "qView.app" "qView-JDP-$1-macOS$2.dmg" else brew install create-dmg create-dmg --volname "qView $VERSION" --window-size 660 400 --icon-size 160 --icon "qView.app" 180 170 --hide-extension qView.app --app-drop-link 480 170 "qView-JDP-$VERSION.dmg" "qView.app"