We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5f34b commit 9868c64Copy full SHA for 9868c64
1 file changed
build.gradle
@@ -95,11 +95,9 @@ runtime {
95
'--copyright', company,
96
]
97
if(os.macOsX) {
98
- imageOptions = ['--icon', 'src/main/deploy/package/macosx/hello.icns']
+ imageOptions = ['--mac-sign', '--icon', 'src/main/deploy/package/macosx/hello.icns']
99
installerOptions += [
100
- '--mac-sign',
101
- // '--mac-signing-key-user-name', System.getenv('SIGNING_KEY_USER_NAME'),
102
- // '--mac-signing-keychain', System.getenv('SIGNING_KEYCHAIN_PATH')
+ '--mac-sign'
103
104
} else if(os.windows) {
105
imageOptions = ['--icon', 'src/main/deploy/package/windows/hello.ico']
0 commit comments