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 0d9d2a5 commit df42a28
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ runtime {
imageOptions += [
"--mac-sign",
"--mac-signing-key-user-name", "CIP4 Organization (4DL5XX9SG8)",
"--mac-package-identifier", "org.cip4.alces",
"--win-console"
"--mac-package-identifier", "org.cip4.alces"
]
icon = "src/main/dist/alces.icns"
}
Expand All @@ -98,7 +97,10 @@ runtime {
"--win-dir-chooser",
"--win-menu",
"--win-upgrade-uuid", "12abef0e-2d7f-4c51-9c8b-72ecb743bddc",
"--vendor", "CIP4 Organization"
"--vendor", "CIP4 Organization",
]
imageOptions += [
"--win-console"
]
}
imageOptions += ["--icon", icon]
Expand Down

0 comments on commit df42a28

Please sign in to comment.