-
Notifications
You must be signed in to change notification settings - Fork 20
/
windows-wrapper.xml
32 lines (32 loc) · 1.15 KB
/
windows-wrapper.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>Structorizer.app/Contents/Java/Structorizer.jar</jar>
<outfile>/Users/robertfisch/Programs/Structorizer/Structorizer/Structorizer.exe</outfile>
<errTitle>Structorizer</errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>https://adoptium.net/</downloadUrl>
<supportUrl>https://structorizer.fisch.lu</supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>/Users/robertfisch/Programs/Structorizer/icons/Structorizer.ico</icon>
<jre>
<path>%JAVA_HOME%</path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>11</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
<splash>
<file>/Users/robertfisch/Programs/Structorizer/icons/Structorizer512.bmp</file>
<waitForWindow>true</waitForWindow>
<timeout>60</timeout>
<timeoutErr>true</timeoutErr>
</splash>
</launch4jConfig>