Skip to content

Commit

Permalink
Added launch4j config
Browse files Browse the repository at this point in the history
  • Loading branch information
majenkotech committed Jun 22, 2015
1 parent 3b9e3e6 commit 3e061d0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions UECIDE-l4j.xml
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>uecide.jar</jar>
<outfile>UECIDE-Standalone.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>dist/windows/UECIDE.ico</icon>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.7.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<initialHeapSize>512</initialHeapSize>
<maxHeapSize>512</maxHeapSize>
</jre>
</launch4jConfig>

0 comments on commit 3e061d0

Please sign in to comment.