mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
feat: 统一安装和卸载脚本以支持PolicyKit权限配置
rpm应该能通用这两个脚本
This commit is contained in:
@@ -28,8 +28,8 @@ linux:
|
||||
- "deb"
|
||||
- "rpm"
|
||||
deb:
|
||||
afterInstall: "scripts/debian-postinst.sh"
|
||||
afterRemove: "scripts/debian-postrm.sh"
|
||||
afterInstall: "scripts/postinst.sh"
|
||||
afterRemove: "scripts/postrm.sh"
|
||||
depends:
|
||||
- "libgtk-3-0"
|
||||
- "libnotify4"
|
||||
@@ -42,6 +42,8 @@ deb:
|
||||
- "libsecret-1-0"
|
||||
- "apm"
|
||||
rpm:
|
||||
afterInstall: "scripts/postinst.sh"
|
||||
afterRemove: "scripts/postrm.sh"
|
||||
depends:
|
||||
- "gtk3"
|
||||
- "libnotify"
|
||||
|
||||
Reference in New Issue
Block a user