From 83eff1aee5c476d0f08500b9d4117b7a9515523c Mon Sep 17 00:00:00 2001 From: "J.D. Purcell" Date: Sun, 28 Apr 2024 23:25:10 -0400 Subject: [PATCH] Test --- dist/scripts/macdeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/scripts/macdeploy.sh b/dist/scripts/macdeploy.sh index dc4b00c4..5e2ff512 100755 --- a/dist/scripts/macdeploy.sh +++ b/dist/scripts/macdeploy.sh @@ -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