Skip to content

Commit e4bbdaf

Browse files
committed
place license and autocompletion files under appdir/contents [ci skip]
1 parent 4389cc1 commit e4bbdaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
NATIVE_ACCESS_PACKAGE: org.cryptomator.jfuse.mac
100100
- name: Patch .app dir
101101
run: |
102-
cp ../LICENSE.txt cryptomator-cli.app
103-
cp cryptomator-cli_completion.sh cryptomator-cli.app
102+
cp ../LICENSE.txt cryptomator-cli.app/Contents
103+
cp cryptomator-cli_completion.sh cryptomator-cli.app/Contents
104104
sed -i '' "s|###BUNDLE_SHORT_VERSION_STRING###|${VERSION_NO}|g" cryptomator-cli.app/Contents/Info.plist
105105
sed -i '' "s|###BUNDLE_VERSION###|${REVISION_NO}|g" cryptomator-cli.app/Contents/Info.plist
106106
echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode -o "cryptomator-cli.app/Contents/embedded.provisionprofile"

0 commit comments

Comments
 (0)