Merge pull request #5 from David-C0pperfield/main

Fix script path resolve error
This commit is contained in:
somebasj 2022-09-07 15:31:42 +08:00 committed by GitHub
commit e68b59071a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#!/bin/sh
BASE_PATH=$(dirname $(
cd $(dirname "$0")
BASE_PATH=$(
cd $(dirname "$0");
pwd
))
)
PDFM_DISP_CRACK="${BASE_PATH}/prl_disp_service"
PDFM_DISP_DST="/Applications/Parallels Desktop.app/Contents/MacOS/Parallels Service.app/Contents/MacOS/prl_disp_service"