Skip to content

Commit

Permalink
fixes launch4j console mode
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Mar 3, 2017
1 parent 540cdd2 commit cb1f5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<configuration>
<!-- Travis build workaround -->
<argLine>${argLine} -Xms1024m -Xmx2048m</argLine>
<skipTests>true</skipTests>
<skipTests>false</skipTests>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -179,7 +179,7 @@
<goal>launch4j</goal>
</goals>
<configuration>
<headerType>gui</headerType>
<headerType>console</headerType>
<outfile>target/dconvert.exe</outfile>
<!--<icon>icon.ico</icon>-->
<jar>target/${project.artifactId}-${project.version}.jar</jar>
Expand Down

0 comments on commit cb1f5f2

Please sign in to comment.