Skip to content

Commit

Permalink
Updating for a windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenHarbinger committed Dec 6, 2016
1 parent 1f236b4 commit ccbd704
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions build-for-windows
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

/opt/launch4j/launch4j torgo.cfg.xml
/opt/installbuilder-16.11.1/bin/builder build TorgoInstallBuilder.xml windows --setvars project.outputDirectory=. project.version=1.3.2
6 changes: 3 additions & 3 deletions torgo.cfg.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>target/torgo-1.3.0.jar</jar>
<jar>target/torgo-1.3.2.jar</jar>
<outfile>torgo.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
Expand All @@ -15,9 +15,9 @@
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<minVersion>1.6.0</minVersion>
<minVersion>1.7.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<opt>-Dsun.java2d.opengl=true -jar target/torgo-1.3.0.jar</opt>
<opt>-Dsun.java2d.opengl=true -jar target/torgo-1.3.2.jar</opt>
</jre>
</launch4jConfig>

0 comments on commit ccbd704

Please sign in to comment.