feat: 添加对deb和rpm包的构建支持,更新构建依赖和版本信息

This commit is contained in:
Elysia
2026-01-28 19:18:45 +08:00
parent 4b49424105
commit 640e0bd69d
5 changed files with 45 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>
<vendor>AmberPM</vendor>
<icon_name>x-package-repository</icon_name>
<action id="store.spark-app.amber-pm-installer">
<description>运行amber-pm-installer需要权限</description>
<message>要使用amber-pm-installer需要权限</message>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/apm-installer</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>