Skip to content

Commit 2a25993

Browse files
abizerclaude
andcommitted
Fix: move install-helper.sh to Resources/ for codesign compatibility
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9448ef3 commit 2a25993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ app: build
1818
mkdir -p wtop.app/Contents/{MacOS,Helpers,Resources}
1919
cp .build/release/wtop wtop.app/Contents/MacOS/
2020
cp .build/release/wtop-helper wtop.app/Contents/Helpers/
21-
cp support/install-helper.sh wtop.app/Contents/Helpers/
2221
cp Info.plist wtop.app/Contents/
2322
cp support/me.abizer.wtop.helper.plist wtop.app/Contents/Resources/
23+
cp support/install-helper.sh wtop.app/Contents/Resources/
2424
codesign --force --sign - wtop.app/Contents/Helpers/wtop-helper
2525
codesign --force --sign - wtop.app
2626

0 commit comments

Comments
 (0)