Skip to content

Commit

Permalink
place license and autocompletion files under appdir/contents [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 27, 2024
1 parent 4389cc1 commit e4bbdaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e4bbdaf

Please sign in to comment.