We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9448ef3 commit 2a25993Copy full SHA for 2a25993
1 file changed
justfile
@@ -18,9 +18,9 @@ app: build
18
mkdir -p wtop.app/Contents/{MacOS,Helpers,Resources}
19
cp .build/release/wtop wtop.app/Contents/MacOS/
20
cp .build/release/wtop-helper wtop.app/Contents/Helpers/
21
- cp support/install-helper.sh wtop.app/Contents/Helpers/
22
cp Info.plist wtop.app/Contents/
23
cp support/me.abizer.wtop.helper.plist wtop.app/Contents/Resources/
+ cp support/install-helper.sh wtop.app/Contents/Resources/
24
codesign --force --sign - wtop.app/Contents/Helpers/wtop-helper
25
codesign --force --sign - wtop.app
26
0 commit comments