Skip to content

Commit

Permalink
Exclude signing
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Oct 28, 2024
1 parent a917cac commit ed39c53
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,15 @@ jlink {
icon = "misc/logo.png"
} else {
icon = "misc/logo.icns"
imageOptions += [
'--mac-sign',
'--mac-package-signing-prefix', 'com.crschnick.pdxu',
'--mac-signing-key-user-name', 'Christopher Schnick (PF6V9HYACS)',
'--mac-package-name', "Pdx-Unlimiter",
'--mac-entitlements', "$projectDir/misc/Entitlements.plist"
]
if (System.getenv("MAC_NOTARIZATION_APPLE_ID") != null) {
imageOptions += [
'--mac-sign',
'--mac-package-signing-prefix', 'com.crschnick.pdxu',
'--mac-signing-key-user-name', 'Christopher Schnick (PF6V9HYACS)',
'--mac-package-name', "Pdx-Unlimiter",
'--mac-entitlements', "$projectDir/misc/Entitlements.plist"
]
}
}
skipInstaller = true
applicationName = 'Pdx-Unlimiter'
Expand Down

0 comments on commit ed39c53

Please sign in to comment.