Linux: Add missing veracrypt.xml file used for mime type handling

This commit is contained in:
Mounir IDRASSI 2021-08-23 08:55:55 +02:00
parent 320bead09f
commit f462160542
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 11 additions and 0 deletions

View 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>