From e4bbdafcfb088ab66386607ba238bfb4e5053a4a Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 27 Nov 2024 14:14:47 +0100 Subject: [PATCH] place license and autocompletion files under appdir/contents [ci skip] --- .github/workflows/build-mac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-mac.yml b/.github/workflows/build-mac.yml index 1d5fadc..f918509 100644 --- a/.github/workflows/build-mac.yml +++ b/.github/workflows/build-mac.yml @@ -99,8 +99,8 @@ jobs: NATIVE_ACCESS_PACKAGE: org.cryptomator.jfuse.mac - name: Patch .app dir run: | - cp ../LICENSE.txt cryptomator-cli.app - cp cryptomator-cli_completion.sh cryptomator-cli.app + cp ../LICENSE.txt cryptomator-cli.app/Contents + cp cryptomator-cli_completion.sh cryptomator-cli.app/Contents sed -i '' "s|###BUNDLE_SHORT_VERSION_STRING###|${VERSION_NO}|g" cryptomator-cli.app/Contents/Info.plist sed -i '' "s|###BUNDLE_VERSION###|${REVISION_NO}|g" cryptomator-cli.app/Contents/Info.plist echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode -o "cryptomator-cli.app/Contents/embedded.provisionprofile"