Skip to content

Commit c7878e1

Browse files
committed
Intellij keeps missing files
1 parent ac72df6 commit c7878e1

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

libaris/res/edu/rpi/aris/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.47
1+
0.0.48

packaging/win/launch4j.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<launch4jConfig>
3+
<dontWrapJar>true</dontWrapJar>
24
<headerType>gui</headerType>
3-
<outfile>aris.exe</outfile>
45
<jar>aris-client.jar</jar>
5-
<dontWrapJar>true</dontWrapJar>
6+
<outfile>aris.exe</outfile>
7+
<errTitle></errTitle>
8+
<cmdLine></cmdLine>
9+
<chdir>.</chdir>
10+
<priority>normal</priority>
11+
<downloadUrl>http://java.com/download</downloadUrl>
12+
<supportUrl></supportUrl>
613
<stayAlive>true</stayAlive>
714
<restartOnCrash>true</restartOnCrash>
15+
<manifest></manifest>
16+
<icon></icon>
817
<jre>
18+
<path></path>
19+
<bundledJre64Bit>false</bundledJre64Bit>
20+
<bundledJreAsFallback>false</bundledJreAsFallback>
921
<minVersion>1.8.0_40</minVersion>
22+
<maxVersion></maxVersion>
23+
<jdkPreference>preferJre</jdkPreference>
24+
<runtimeBits>64/32</runtimeBits>
25+
<opt>-Dlog4j.log-dir="%HOMEPATH%\.aris-java\log"</opt>
1026
</jre>
1127
</launch4jConfig>

0 commit comments

Comments
 (0)