Skip to content

Commit

Permalink
Prepare release following #16
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-alvarez committed May 4, 2015
1 parent ef6a3a6 commit b401930
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
4 changes: 4 additions & 0 deletions desktop/app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/jre8/
/*.exe
/*.jar
/*.zip
38 changes: 38 additions & 0 deletions desktop/app/ShapeOfThingsThatWere.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>desktop-0.2.0.jar</jar>
<outfile>C:\Users\Seven\git\ShapeOfThingsThatWere\desktop\app\ShapeOfThingsThatWere.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></icon>
<jre>
<path>jre8</path>
<bundledJre64Bit>true</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8.0_0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
<versionInfo>
<fileVersion>0.2.0.0</fileVersion>
<txtFileVersion>0.2.0</txtFileVersion>
<fileDescription>The Shape of Things that were game</fileDescription>
<copyright>Guillaume Alvarez</copyright>
<productVersion>0.2.0.0</productVersion>
<txtProductVersion>0.2.0</txtProductVersion>
<productName>The Shape of Things that were</productName>
<companyName></companyName>
<internalName>The Shape of Things that were game</internalName>
<originalFilename>ShapeOfThingsThatWere.exe</originalFilename>
</versionInfo>
</launch4jConfig>

0 comments on commit b401930

Please sign in to comment.