jdownloader/build/launch4j.xml
coalado 43de0bf7b3 Updated JDownloader.exe to accept bundled jres
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@15713 ebf7c1c2-ba36-0410-9fe8-c592906822b4
2012-01-23 15:15:52 +00:00

36 lines
1.3 KiB
XML

<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>JDownloader.jar</jar>
<outfile>C:\workspace\JDownloader\ressourcen\JDownloader.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl>http://jdownloader.org</supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>C:\workspace\JDownloader\artwork\icons\by TRazo\jdicon.ico</icon>
<jre>
<path>jre/</path>
<minVersion>1.6.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<maxHeapSize>512</maxHeapSize>
<opt>-Dsun.java2d.d3d=false</opt>
</jre>
<versionInfo>
<fileVersion>5.0.0.0</fileVersion>
<txtFileVersion>5.0.0.0</txtFileVersion>
<fileDescription>JDownloader 0.9</fileDescription>
<copyright>AppWork GmbH</copyright>
<productVersion>5.0.0.0</productVersion>
<txtProductVersion>5.0.0.0</txtProductVersion>
<productName>JDownloader 0.9</productName>
<companyName>AppWork GmbH</companyName>
<internalName>Jdownloader Launcher v5</internalName>
<originalFilename>JDownloader.exe</originalFilename>
</versionInfo>
</launch4jConfig>