Update build for mac installer:

* use correct mime type for vault metadata
* add icons file for cryptomator files
This commit is contained in:
Armin Schrenk 2021-08-30 15:58:23 +02:00
parent 2f32ab1376
commit cc6471840f
No known key found for this signature in database
GPG Key ID: 8F2992163CBBA7FC
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -84,7 +84,7 @@
</array>
<key>public.mime-type</key>
<array>
<string>application/x-vnd.cryptomator.vault-metadata</string>
<string>application/vnd.cryptomator.vault</string>
</array>
</dict>
</dict>