Skip to content

Commit 731977b

Browse files
committed
.exe distribution
1 parent fd74d08 commit 731977b

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The easiest way. No need to have Java installed...
121121

122122
1) Download [SandGame2_2-04-bundle.zip](https://github.com/Hartrik/Sand-Game-2/releases/download/2.04-J11-hotfix/SandGame2_2-04-bundle.zip)
123123
2) **Unzip the file**
124-
3) Double-click on **start.bat**
124+
3) Double-click on **SandGame2_2-04.exe**
125125

126126
### Jar distribution
127127
Java must be installed. Minimal supported version is Java 8 update 40.

launch4j/sand-game-2.ico

98.9 KB
Binary file not shown.

launch4j/sand-game-2.xml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<launch4jConfig>
3+
<dontWrapJar>true</dontWrapJar>
4+
<headerType>gui</headerType>
5+
<jar>SandGame2_2-04.jar</jar>
6+
<outfile>SandGame2_2-04.exe</outfile>
7+
<errTitle></errTitle>
8+
<cmdLine></cmdLine>
9+
<chdir>.</chdir>
10+
<priority>high</priority>
11+
<downloadUrl></downloadUrl>
12+
<supportUrl>https://github.com/Hartrik/Sand-Game-2</supportUrl>
13+
<stayAlive>false</stayAlive>
14+
<restartOnCrash>false</restartOnCrash>
15+
<manifest></manifest>
16+
<icon>sand-game-2.ico</icon>
17+
<jre>
18+
<path>jdk11.0.17_8</path>
19+
<requiresJdk>false</requiresJdk>
20+
<requires64Bit>false</requires64Bit>
21+
<minVersion></minVersion>
22+
<maxVersion></maxVersion>
23+
</jre>
24+
<versionInfo>
25+
<fileVersion>2.04.1.0</fileVersion>
26+
<txtFileVersion>2.04 for Java 11</txtFileVersion>
27+
<fileDescription>Sand Game 2</fileDescription>
28+
<copyright>Patrik Harag. All Rights Reserved</copyright>
29+
<productVersion>2.04.1.0</productVersion>
30+
<txtProductVersion>2.04 for Java 11</txtProductVersion>
31+
<productName>Sand Game 2</productName>
32+
<companyName></companyName>
33+
<internalName>Sand Game 2</internalName>
34+
<originalFilename>SandGame2_2-04.exe</originalFilename>
35+
<trademarks></trademarks>
36+
<language>ENGLISH_US</language>
37+
</versionInfo>
38+
</launch4jConfig>

0 commit comments

Comments
 (0)