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 2a70b63 commit 0aa0c39Copy full SHA for 0aa0c39
src/main/resources/linux/desktop.vtl
@@ -2,7 +2,7 @@
2
Name=${info.displayName}
3
GenericName=${info.displayName}
4
Comment=${info.description}
5
-Exec=/opt/${info.name}/${info.name}
+Exec=/opt/${info.name}/${info.name} %U
6
Icon=/opt/${info.name}/${info.name}.png
7
Terminal=false
8
Type=Application
src/main/resources/linux/startup.sh.vtl
@@ -1,6 +1,6 @@
1
#!/bin/sh
# GNU/Linux startup script generated by JavaPackager Maven Plugin
-SCRIPTPATH="$(dirname "$(readlink "$0")")"
+SCRIPTPATH=`cd "$(dirname "$0")" ; pwd`
#if($info.bundleJre)
JAVA=$SCRIPTPATH/jre/bin/java
#else
0 commit comments