File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .gradle
2+ .idea /
3+ .DS_Store
4+ /build /
5+
6+ # Ignore Gradle GUI config
7+ gradle-app.setting
8+
9+ # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
10+ ! gradle-wrapper.jar
11+
12+ # Cache of project
13+ .gradletasknamecache
14+
15+ # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
16+ # gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ runtime {
102102 ' --copyright' , company,
103103 ]
104104 if (os. macOsX) {
105- imageOptions = [' --icon' , ' src/main/deploy/package/macosx/hello.icns' ]
105+ imageOptions = [' --mac-sign ' , ' -- icon' , ' src/main/deploy/package/macosx/hello.icns' ]
106106 installerOptions + = [
107107 // '--mac-sign',
108108 // '--mac-signing-key-user-name', System.getenv('SIGNING_KEY_USER_NAME'),
You can’t perform that action at this time.
0 commit comments