Merge pull request #68 from GriffintheFolf/execname

Fix program executable name for shell script
This commit is contained in:
swirl
2022-01-14 21:46:46 -05:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ if [[ $EUID -eq 0 ]]; then
fi
LAUNCHER_NAME=@Launcher_Name@
LAUNCHER_NAME=@Launcher_APP_BINARY_NAME@
LAUNCHER_DIR="$(dirname "$(readlink -f "$0")")"
echo "Launcher Dir: ${LAUNCHER_DIR}"