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 8e18943 commit 4389cc1Copy full SHA for 4389cc1
.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 target/cryptomator-cli.app
103
- cp target/cryptomator-cli_completion.sh target/cryptomator-cli.app
+ cp ../LICENSE.txt cryptomator-cli.app
+ cp cryptomator-cli_completion.sh cryptomator-cli.app
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