Files
stitch-peek-rs/data/pes.xml
Nils Pukropp da71b56f2d
Some checks failed
Release / build-deb (push) Has been cancelled
CI / check (pull_request) Has been cancelled
CI / version-check (pull_request) Has been cancelled
init
2026-03-30 00:01:49 +02:00

11 lines
343 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-pes">
<comment>PES embroidery file</comment>
<glob pattern="*.pes"/>
<magic priority="50">
<match type="string" offset="0" value="#PES"/>
</magic>
</mime-type>
</mime-info>