Fix: CICD

This commit is contained in:
xiaoyeliu
2025-11-17 11:52:21 +08:00
parent 145925c24a
commit e4d902220d
6 changed files with 13 additions and 61 deletions

View File

@@ -1,48 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.github.softfever.Snapmaker_Orca</id>
<launchable type="desktop-id">io.github.Snapmaker.Snapmaker_Orca.desktop</launchable>
<provides>
<id>io.github.Snapmaker.Snapmaker_Orca.desktop</id>
</provides>
<name>Snapmaker_Orca</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/Snapmaker/OrcaSlicer</url>
<url type="help">https://github.com/SoftFever/OrcaSlicer/wiki</url>
<url type="bugtracker">https://github.com/Snapamker/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="2.0.0-951fc8e" date="2024-01-30"> <url>https://github.com/SoftFever/OrcaSlicer/commit/951fc8e98a0d5ca0ccb254315646ce7889a44836</url>
</release>
</releases>
</component>

View File

@@ -1,4 +1,4 @@
app-id: io.github.softfever.Snapmaker_Orca
app-id: io.github.Snapmaker.Snapmaker_Orca
runtime: org.gnome.Platform
runtime-version: "48"
sdk: org.gnome.Sdk
@@ -16,7 +16,7 @@ finish-args:
- --filesystem=/media
- --filesystem=/run/spnav.sock:ro
# Allow Snapmaker_Orca to talk to other instances
- --talk-name=io.github.softfever.Snapmaker_Orca.InstanceCheck.*
- --talk-name=io.github.Snapmaker.Snapmaker_Orca.InstanceCheck.*
- --system-talk-name=org.freedesktop.UDisks2
- --env=SPNAV_SOCKET=/run/spnav.sock
@@ -305,7 +305,7 @@ modules:
# AppData metainfo for Gnome Software & Co.
- type: file
path: io.github.softfever.Snapmaker_Orca.metainfo.xml
path: io.github.Snapmaker.Snapmaker_Orca.metainfo.xml
# start-up script
- type: file