mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
Merge pull request #68 from GriffintheFolf/execname
Fix program executable name for shell script
This commit is contained in:
commit
c371558883
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue