aboutsummaryrefslogtreecommitdiff
path: root/launcher/Launcher.in
diff options
context:
space:
mode:
authorThomas Sirack <tsirack@protonmail.com>2022-01-14 19:28:10 -0700
committerThomas Sirack <tsirack@protonmail.com>2022-01-14 19:28:10 -0700
commit0bbd0ac0b9b0ba7212ed15d4628577bf92005a18 (patch)
tree7ed040787e2cd87bfc237d8eadd316dc2a9f1fb0 /launcher/Launcher.in
parentac93c64cd40be038a0f3a71df18686c5e1f955c3 (diff)
downloadPrismLauncher-0bbd0ac0b9b0ba7212ed15d4628577bf92005a18.tar.gz
PrismLauncher-0bbd0ac0b9b0ba7212ed15d4628577bf92005a18.tar.bz2
PrismLauncher-0bbd0ac0b9b0ba7212ed15d4628577bf92005a18.zip
Change method of shell script fix per suggestion
The Launcher.in file is now modified rather than CMakeLists.txt
Diffstat (limited to 'launcher/Launcher.in')
-rwxr-xr-xlauncher/Launcher.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Launcher.in b/launcher/Launcher.in
index b79b276b..5e5e2c2b 100755
--- a/launcher/Launcher.in
+++ b/launcher/Launcher.in
@@ -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}"