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 28769ee commit 83eff1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/scripts/macdeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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-JDP-$1-macOS$2.dmg"
else
Expand Down

0 comments on commit 83eff1a

Please sign in to comment.