Skip to content

Commit d0718ff

Browse files
abizerclaude
andcommitted
Rename Resources/ to support/ — SPM reserves Resources/ as a special directory
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c46685d commit d0718ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3333
install-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)"

0 commit comments

Comments
 (0)