We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4389cc1 commit e4bbdafCopy full SHA for e4bbdaf
.github/workflows/build-mac.yml
@@ -99,8 +99,8 @@ jobs:
99
NATIVE_ACCESS_PACKAGE: org.cryptomator.jfuse.mac
100
- name: Patch .app dir
101
run: |
102
- cp ../LICENSE.txt cryptomator-cli.app
103
- cp cryptomator-cli_completion.sh cryptomator-cli.app
+ cp ../LICENSE.txt cryptomator-cli.app/Contents
+ cp cryptomator-cli_completion.sh cryptomator-cli.app/Contents
104
sed -i '' "s|###BUNDLE_SHORT_VERSION_STRING###|${VERSION_NO}|g" cryptomator-cli.app/Contents/Info.plist
105
sed -i '' "s|###BUNDLE_VERSION###|${REVISION_NO}|g" cryptomator-cli.app/Contents/Info.plist
106
echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode -o "cryptomator-cli.app/Contents/embedded.provisionprofile"
0 commit comments