From cc6471840f271adbeae484cf788242eaab2cbc13 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 30 Aug 2021 15:58:23 +0200 Subject: [PATCH] Update build for mac installer: * use correct mime type for vault metadata * add icons file for cryptomator files --- .github/workflows/release.yml | 1 + dist/mac/resources/Info.plist | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7f043f7d..ecb76bbcc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -267,6 +267,7 @@ jobs: - name: Patch Cryptomator.app run: | mv appdir/Cryptomator.app Cryptomator.app + mv dist/mac/resources/Cryptomator-Vault.icns Cryptomator.app/Contents/Resources/ sed -i '' "s|###BUNDLE_SHORT_VERSION_STRING###|${VERSION_NO}|g" Cryptomator.app/Contents/Info.plist sed -i '' "s|###BUNDLE_VERSION###|${REVISION_NO}|g" Cryptomator.app/Contents/Info.plist env: diff --git a/dist/mac/resources/Info.plist b/dist/mac/resources/Info.plist index b6103319a..5ac5938e6 100644 --- a/dist/mac/resources/Info.plist +++ b/dist/mac/resources/Info.plist @@ -84,7 +84,7 @@ public.mime-type - application/x-vnd.cryptomator.vault-metadata + application/vnd.cryptomator.vault