Fixes bug when installed as system package.

This commit is contained in:
Bailey Stevens 2023-10-04 09:12:33 -04:00
parent 336a0943bd
commit 61f6778fdc
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# Launch script.
PDPATH=${PDPATH:-"$(dirname "$0")/../pd"}
PDPATH=${PDPATH:-"$(dirname "$(realpath "$0")")/../pd"}
pd -noprefs -noadc -midiindev 1 "$@" -open "$PDPATH/0.main.pd"