mirror of
https://git.icrack.day/somebasj/ParallelsDesktopCrack.git
synced 2025-11-13 19:16:10 +08:00
Merge pull request #5 from David-C0pperfield/main
Fix script path resolve error
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user