mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-27 21:43:29 +01:00
Linux: Add missing veracrypt.xml file used for mime type handling
This commit is contained in:
parent
320bead09f
commit
f462160542
11
src/Setup/Linux/veracrypt.xml
Normal file
11
src/Setup/Linux/veracrypt.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||
<mime-type type="application/x-veracrypt-volume">
|
||||
<comment>VeraCrypt Volume</comment>
|
||||
<glob pattern="*.hc"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-truecrypt-volume">
|
||||
<comment>TrueCrypt Volume</comment>
|
||||
<glob pattern="*.tc"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
Loading…
Reference in New Issue
Block a user