revert: fixed the windows wrapper to display stdout

headerType=console which implies stayAlive=true fixes this issue. Also, I was not able to notice any bad side-effect of this setting on the GUI. (reverted from commit f1aa607c69)

This was reverted, because there is indeed an undesireable side-effect: A dos-box is opened, displaying stdout.
master
Stefan Dollase 2016-02-19 22:01:16 +01:00
parent 8bf7523208
commit 22e88a7fc2
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
<goal>launch4j</goal>
</goals>
<configuration>
<headerType>console</headerType>
<headerType>gui</headerType>
<stayAlive>true</stayAlive>
<outfile>../../target/${amidst.build.filename}.exe</outfile>
<jar>../../target/${amidst.build.filename}.jar</jar>
<dontWrapJar>false</dontWrapJar>