Loading
puredata: fix pd-gui by providing tk path
Prior to this commit, the `pd-gui` command fails to launch with: `pd-gui.tcl: line 3: exec: wish: not found` This is because we were only wrapping `pd` with the `tk` path, but not `pd-gui`. This also resulted in the puredata desktop shortcut failing, as it attempts to invoke `pd-gui` directly. This commit fixes these issues by also wrapping `pd-gui` with the `tk` path.