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 f1aa607c69f11cd2a82612b9a745c9ea9c4b6cf9) This was reverted, because there is indeed an undesireable side-effect: A dos-box is opened, displaying stdout.
This commit is contained in:
parent
8bf7523208
commit
22e88a7fc2
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user