Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Apr 29, 2024
1 parent 8e320af commit 28769ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/scripts/macdeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 28769ee

Please sign in to comment.