Skip to content

Commit

Permalink
added launch4j stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Sep 1, 2014
1 parent 2d79ab9 commit ffc30bf
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Binary file added core/assets/icons/icon32.ico
Binary file not shown.
28 changes: 28 additions & 0 deletions launch4j.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Development\Games\ludumdare-30\desktop\build\libs\desktop-1.0.jar</jar>
<outfile>C:\Users\phill_000\Desktop\disconnect.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>C:\Development\Games\ludumdare-30\core\assets\icons\icon32.ico</icon>
<singleInstance>
<mutexName>disconnect-game</mutexName>
<windowTitle></windowTitle>
</singleInstance>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<minVersion>1.7.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
</launch4jConfig>

0 comments on commit ffc30bf

Please sign in to comment.