mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Linux: Add missing veracrypt.xml file used for mime type handling
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user