We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5bb7c commit ce3306cCopy full SHA for ce3306c
pom.xml
@@ -86,6 +86,7 @@
86
<jar>${project.build.directory}/CustomLauncherRewrite-${project.version}.jar</jar>
87
<outfile>${project.build.directory}/CustomLauncherRewrite-${project.version}.exe</outfile>
88
<downloadUrl>https://adoptium.net/releases.html?variant=openjdk8&jvmVariant=hotspot</downloadUrl>
89
+ <icon>src/main/resources/icon.ico</icon>
90
<classPath>
91
<mainClass>lol.hyper.customlauncher.Main</mainClass>
92
<preCp>anything</preCp>
src/main/resources/icon.ico
20.9 KB
0 commit comments