mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-21 19:33:06 -04:00
28 lines
881 B
XML
28 lines
881 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<launch4jConfig>
|
|
<dontWrapJar>true</dontWrapJar>
|
|
<headerType>gui</headerType>
|
|
<jar>Digital.jar</jar>
|
|
<outfile>Digital_noD3D.exe</outfile>
|
|
<errTitle></errTitle>
|
|
<cmdLine></cmdLine>
|
|
<chdir>.</chdir>
|
|
<priority>normal</priority>
|
|
<downloadUrl>http://java.com/download</downloadUrl>
|
|
<supportUrl></supportUrl>
|
|
<stayAlive>false</stayAlive>
|
|
<restartOnCrash>false</restartOnCrash>
|
|
<manifest></manifest>
|
|
<icon>/home/hneemann/Dokumente/Java/digital/src/main/resources/icons/icon48.ico</icon>
|
|
<var>sun.java2d.d3d=false</var>
|
|
<jre>
|
|
<path></path>
|
|
<bundledJre64Bit>false</bundledJre64Bit>
|
|
<bundledJreAsFallback>false</bundledJreAsFallback>
|
|
<minVersion>1.8.0</minVersion>
|
|
<maxVersion></maxVersion>
|
|
<jdkPreference>preferJre</jdkPreference>
|
|
<runtimeBits>64/32</runtimeBits>
|
|
</jre>
|
|
</launch4jConfig>
|