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 ee864b9 commit 4d17be9Copy full SHA for 4d17be9
src/main/resources/windows/ini.vtl
@@ -2,7 +2,8 @@ main.class=WinRun4JLauncher
2
log.level=error
3
ini.override=true
4
classpath.1=libs\*.jar
5
-#set ($classpathCounter=2)
+classpath.2=${info.jarFile.name}
6
+#set ($classpathCounter=3)
7
#foreach ($cp in $info.classpaths)
8
classpath.${classpathCounter}=$!{cp}
9
#set ($classpathCounter=$classpathCounter+1)
0 commit comments