nicolodiamante / icloud-nosync

Take control of your iCloud Drive files with iCloud NoSync—the ultimate utility for effortless sync and management! Get the edge you need to stay organised and up–to–date.

Home Page:https://git.io/icloud-nosync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The relative path in install.sh for copying files is incorrect

dacitsme opened this issue · comments

In utils/install.sh
Replace

cp -r ./scripts/iCloud\ No\ Sync.workflow "${APPLE_SERVICES}"
cp -r ./scripts/iCloud\ Sync.workflow "${APPLE_SERVICES}"

with

cp -r ../scripts/iCloud\ No\ Sync.workflow "${APPLE_SERVICES}"
cp -r ../scripts/iCloud\ Sync.workflow "${APPLE_SERVICES}"

Thanks for the hint!