From 0988e2fd5e9875e9e39586bbd4a87a6a879afef2 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Thu, 3 Oct 2019 10:06:59 +0200 Subject: [PATCH] Make Windows build runnable from console (#5372) Hope that it works, still need to test it. --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index b782f4636b9..2a95dc4d428 100644 --- a/build.gradle +++ b/build.gradle @@ -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 = [