Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
build config
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Jan 18, 2023
1 parent 0188c02 commit 8a9500a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions build/build-jdk8.xml → build/build-jre.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>D:\jar-analyzer\target\jar-analyzer-0.7.jar</jar>
<outfile>D:\jar-analyzer\jar-analyzer-0.7-jdk8.exe</outfile>
<jar>D:\jar-analyzer\target\jar-analyzer-0.8.jar</jar>
<outfile>D:\jar-analyzer\jar-analyzer-0.8.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
Expand All @@ -15,10 +15,11 @@
<manifest></manifest>
<icon>D:\jar-analyzer\build\jar-analyzer.ico</icon>
<jre>
<path>%JAVA_HOME%;%PATH%</path>
<path>jre/bin</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion>8</minVersion>
<maxVersion>17</maxVersion>
<minVersion></minVersion>
<maxVersion></maxVersion>
<opt>--add-opens=java.desktop/sun.awt.shell=ALL-UNNAMED</opt>
</jre>
</launch4jConfig>
4 changes: 2 additions & 2 deletions build/build-jdk11.xml → build/build-nojre.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>D:\jar-analyzer\target\jar-analyzer-0.7.jar</jar>
<outfile>D:\jar-analyzer\jar-analyzer-0.7-jdk11.exe</outfile>
<jar>D:\jar-analyzer\target\jar-analyzer-0.8.jar</jar>
<outfile>D:\jar-analyzer\jar-analyzer-0.8-system-jre.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
Expand Down
Binary file modified build/jar-analyzer.ico
Binary file not shown.

0 comments on commit 8a9500a

Please sign in to comment.