a674498a96
Also Factor out app constants that mods might change into Meson options and clean up format::URLEncode in the process, convert app and document icon data in arrays to actual images, actualize AppStream data for possible future packaging, add alternative command line format for opening filesystem saves and ptsave URLs, fix a memory leak in Platform::GetCwd, and add format::URLDecode.
9 lines
263 B
XML
9 lines
263 B
XML
<?xml version="1.0"?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/vnd.powdertoy.save">
|
|
<comment>Powder Toy save</comment>
|
|
<glob pattern="*.cps"/>
|
|
<glob pattern="*.stm"/>
|
|
</mime-type>
|
|
</mime-info>
|