File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ app: build
1919 cp .build/ release/ wtop wtop.app/ Contents/ MacOS/
2020 cp .build/ release/ wtop-helper wtop.app/ Contents/ Helpers/
2121 cp Info.plist wtop.app/ Contents/
22- cp Resources / me.abizer.wtop.helper.plist wtop.app/ Contents/ Resources/
22+ cp support / me.abizer.wtop.helper.plist wtop.app/ Contents/ Resources/
2323 codesign --force --sign - wtop.app/ Contents/ Helpers/ wtop-helper
2424 codesign --force --sign - wtop.app
2525
@@ -33,7 +33,7 @@ install: app
3333install-helper : build
3434 sudo mkdir -p / Library/ PrivilegedHelperTools
3535 sudo cp .build/ release/ wtop-helper / Library/ PrivilegedHelperTools/ me.abizer.wtop.helper
36- sudo cp Resources / me.abizer.wtop.helper.plist / Library/ LaunchDaemons/
36+ sudo cp support / me.abizer.wtop.helper.plist / Library/ LaunchDaemons/
3737 sudo launchctl bootout system/ me.abizer.wtop.helper 2 >/ dev/ null || true
3838 sudo launchctl bootstrap system / Library/ LaunchDaemons/ me.abizer.wtop.helper.plist
3939 @ echo " Helper daemon registered (on-demand — starts when wtop.app opens)"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments