Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Nov 30, 2024
1 parent be6d1f3 commit 8dc3fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- runner: 'macos-14'
qtVersion: '6.8.0'
qtModules: 'qtimageformats'
buildArch: 'Arm64'
buildArch: 'Universal'
skipPlugins: 'true'
# - runner: 'macos-13'
# qtVersion: '5.15.2'
Expand Down
4 changes: 2 additions & 2 deletions dist/scripts/macdeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ fi
echo "Running codesign"
if [[ "$APPLE_NOTARIZE_REQUESTED" == "true" ]]; then
APP_IDENTIFIER=$(/usr/libexec/PlistBuddy -c "Print CFBundleIdentifier" "qView.app/Contents/Info.plist")
codesign --sign "$CODESIGN_CERT_NAME" --options runtime --timestamp "qView.app"
codesign --sign "$CODESIGN_CERT_NAME" --deep --options runtime --timestamp "qView.app"
else
codesign --sign "$CODESIGN_CERT_NAME" "qView.app"
codesign --sign "$CODESIGN_CERT_NAME" --deep "qView.app"
fi

echo "Creating disk image"
Expand Down

0 comments on commit 8dc3fb6

Please sign in to comment.