mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
feat: 添加deb和rpm包的依赖项配置
This commit is contained in:
@@ -11,6 +11,34 @@
|
||||
"dist",
|
||||
"dist-electron"
|
||||
],
|
||||
"deb": {
|
||||
"depends": [
|
||||
"libgtk-3-0",
|
||||
"libnotify4",
|
||||
"libnss3",
|
||||
"libxss1",
|
||||
"libxtst6",
|
||||
"xdg-utils",
|
||||
"libatspi2.0-0",
|
||||
"libuuid1",
|
||||
"libsecret-1-0",
|
||||
"apm"
|
||||
]
|
||||
},
|
||||
"rpm": {
|
||||
"depends": [
|
||||
"gtk3",
|
||||
"libnotify",
|
||||
"nss",
|
||||
"libXScrnSaver",
|
||||
"libXtst",
|
||||
"xdg-utils",
|
||||
"at-spi2-core",
|
||||
"libuuid",
|
||||
"libsecret",
|
||||
"apm"
|
||||
]
|
||||
},
|
||||
"linux": {
|
||||
"icon": "public/amber-pm-logo.icns",
|
||||
"category": "System",
|
||||
|
||||
Reference in New Issue
Block a user