cdbk 0.1.0

a way to bundle apps for linux
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-cdbk">
    <comment>CDBK bundle</comment>
    <magic priority="80">
        <match value="CDBK" type="string" offset="0"/>
    </magic>
    <glob pattern="*.cdbk"/>
  </mime-type>

</mime-info>