File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ /opt/launch4j/launch4j torgo.cfg.xml
4
+ /opt/installbuilder-16.11.1/bin/builder build TorgoInstallBuilder.xml windows --setvars project.outputDirectory=. project.version=1.3.2
Original file line number Diff line number Diff line change 1
1
<launch4jConfig >
2
2
<dontWrapJar >true</dontWrapJar >
3
3
<headerType >gui</headerType >
4
- <jar >target/torgo-1.3.0 .jar</jar >
4
+ <jar >target/torgo-1.3.2 .jar</jar >
5
5
<outfile >torgo.exe</outfile >
6
6
<errTitle ></errTitle >
7
7
<cmdLine ></cmdLine >
15
15
<jre >
16
16
<path ></path >
17
17
<bundledJre64Bit >false</bundledJre64Bit >
18
- <minVersion >1.6 .0</minVersion >
18
+ <minVersion >1.7 .0</minVersion >
19
19
<maxVersion ></maxVersion >
20
20
<jdkPreference >preferJre</jdkPreference >
21
- <opt >-Dsun.java2d.opengl=true -jar target/torgo-1.3.0 .jar</opt >
21
+ <opt >-Dsun.java2d.opengl=true -jar target/torgo-1.3.2 .jar</opt >
22
22
</jre >
23
23
</launch4jConfig >
You can’t perform that action at this time.
0 commit comments