mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-26 21:40:29 +00:00
Update build for mac installer:
* use correct mime type for vault metadata * add icons file for cryptomator files
This commit is contained in:
parent
2f32ab1376
commit
cc6471840f
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
2
dist/mac/resources/Info.plist
vendored
2
dist/mac/resources/Info.plist
vendored
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user