Skip to content

Commit

Permalink
Added .exe release
Browse files Browse the repository at this point in the history
  • Loading branch information
attssystem committed Jun 8, 2019
1 parent ecfe706 commit 13aa38e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Binary file added Matrix.exe
Binary file not shown.
26 changes: 26 additions & 0 deletions launch4j.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>console</headerType>
<jar>C:\Users\Hugues KADI\Desktop\Matrix\Matrix.jar</jar>
<outfile>C:\Users\Hugues KADI\Desktop\Matrix\Matrix.exe</outfile>
<errTitle></errTitle>
<cmdLine>java -jar Matrix.jar</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></path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
</launch4jConfig>

0 comments on commit 13aa38e

Please # to comment.