Skip to content

Commit

Permalink
Intellij keeps missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
cicchr committed Apr 13, 2018
1 parent ac72df6 commit c7878e1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libaris/res/edu/rpi/aris/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.47
0.0.48
20 changes: 18 additions & 2 deletions packaging/win/launch4j.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<outfile>aris.exe</outfile>
<jar>aris-client.jar</jar>
<dontWrapJar>true</dontWrapJar>
<outfile>aris.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>true</stayAlive>
<restartOnCrash>true</restartOnCrash>
<manifest></manifest>
<icon></icon>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8.0_40</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<opt>-Dlog4j.log-dir="%HOMEPATH%\.aris-java\log"</opt>
</jre>
</launch4jConfig>

0 comments on commit c7878e1

Please sign in to comment.