mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-18 16:46:53 -04:00
add file associations for msi installer
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -455,6 +455,8 @@ jobs:
|
||||
--win-dir-chooser
|
||||
--resource-dir dist/win/resources
|
||||
--license-file dist/win/resources/license.rtf
|
||||
--file-associations dist/win/resources/FAencryptedData.properties
|
||||
--file-associations dist/win/resources/FAvaultFile.properties
|
||||
env:
|
||||
JP_WIXWIZARD_RESOURCES: ${{ github.workspace }}/dist/win/resources # requires abs path, used in resources/main.wxs
|
||||
- name: Codesign MSI
|
||||
|
||||
4
dist/win/resources/FAencryptedData.properties
vendored
Normal file
4
dist/win/resources/FAencryptedData.properties
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
mime-type=application/vnd.cryptomator.encrypted
|
||||
extension=c9r,c9s
|
||||
description=Cryptomator Encrypted Data
|
||||
icon=resources/Cryptomator.ico
|
||||
4
dist/win/resources/FAvaultFile.properties
vendored
Normal file
4
dist/win/resources/FAvaultFile.properties
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
mime-type=application/vnd.cryptomator.vault
|
||||
extension=cryptomator
|
||||
description=Cryptomator Vault File
|
||||
icon=resources/Cryptomator.ico
|
||||
Reference in New Issue
Block a user