mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-24 08:38:40 -07:00
* Remove release details from metainfo.xml this fixes the error pointed out on the discord https://discord.com/channels/1137181739773603922/1443808926523981975 * Add release details to OrcaSlicer metainfo Added release information and description to metainfo. * fix typo from sticky shift key (oops) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
51 lines
2.1 KiB
XML
Executable file
51 lines
2.1 KiB
XML
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>io.github.softfever.OrcaSlicer</id>
|
|
<launchable type="desktop-id">io.github.softfever.OrcaSlicer.desktop</launchable>
|
|
<provides>
|
|
<id>io.github.softfever.OrcaSlicer.desktop</id>
|
|
</provides>
|
|
<name>OrcaSlicer</name>
|
|
<!-- hehe hadess @ppd
|
|
... seriously though, thanks -->
|
|
<summary>Get even more perfect prints!</summary>
|
|
<developer_name>SoftFever</developer_name>
|
|
<url type="homepage">https://github.com/OrcaSlicer/OrcaSlicer</url>
|
|
<url type="help">https://github.com/OrcaSlicer/OrcaSlicer/wiki</url>
|
|
<url type="bugtracker">https://github.com/OrcaSlicer/OrcaSlicer/issues/</url>
|
|
<url type="donation">https://ko-fi.com/SoftFever</url>
|
|
<metadata_license>0BSD</metadata_license>
|
|
<project_license>AGPL-3.0-only</project_license>
|
|
<content_rating type="oars-1.1" />
|
|
<requires>
|
|
<display_length compare="gt">768</display_length>
|
|
</requires>
|
|
<recommends>
|
|
<control>keyboard</control>
|
|
<control>pointing</control>
|
|
</recommends>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://raw.githubusercontent.com/powpingdone/com.github.softfever.orcaslicer/master/images/1.png</image>
|
|
<caption>A model ready to be sliced on a buildplate.</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://raw.githubusercontent.com/powpingdone/com.github.softfever.orcaslicer/master/images/2.png
|
|
</image>
|
|
<caption>A calibration test ready to be printed out.</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
<description>
|
|
<p>A powerful, free and open-source 3D printer slicer that features cutting-edge technology.</p>
|
|
</description>
|
|
<branding>
|
|
<color type="primary" scheme_preference="light">#009688</color>
|
|
</branding>
|
|
<releases>
|
|
<release version="official"> <url>https://github.com/OrcaSlicer/OrcaSlicer/releases</url>
|
|
<description>
|
|
<p>Official release: See Help > About Orca Slicer dialog for exact version information.</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
</component>
|