Skip to content

Commit

Permalink
Make Windows build runnable from console (#5372)
Browse files Browse the repository at this point in the history
Hope that it works, still need to test it.
  • Loading branch information
tobiasdiez committed Oct 3, 2019
1 parent a3082c0 commit 0988e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ jlink {
// This requires WiX to be installed: https://github.com/wixtoolset/wix3/releases
installerType = "msi"
imageOptions = [
'--win-console',
'--icon', "${projectDir}/src/main/resources/icons/jabref.ico",
]
installerOptions = [
Expand Down

0 comments on commit 0988e2f

Please sign in to comment.