Skip to content

Commit

Permalink
Build debug version with console-output on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelHartmann committed May 9, 2022
1 parent fb16fe4 commit 0d9d2a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ runtime {
imageOptions += [
"--mac-sign",
"--mac-signing-key-user-name", "CIP4 Organization (4DL5XX9SG8)",
"--mac-package-identifier", "org.cip4.alces"
"--mac-package-identifier", "org.cip4.alces",
"--win-console"
]
icon = "src/main/dist/alces.icns"
}
Expand Down

0 comments on commit 0d9d2a5

Please sign in to comment.