Merge pull request #68 from GriffintheFolf/execname
Fix program executable name for shell script
This commit is contained in:
commit
c371558883
@ -14,7 +14,7 @@ if [[ $EUID -eq 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
LAUNCHER_NAME=@Launcher_Name@
|
LAUNCHER_NAME=@Launcher_APP_BINARY_NAME@
|
||||||
LAUNCHER_DIR="$(dirname "$(readlink -f "$0")")"
|
LAUNCHER_DIR="$(dirname "$(readlink -f "$0")")"
|
||||||
echo "Launcher Dir: ${LAUNCHER_DIR}"
|
echo "Launcher Dir: ${LAUNCHER_DIR}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user