mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
feat: 添加deb和rpm包的依赖项配置
This commit is contained in:
@@ -11,6 +11,34 @@
|
|||||||
"dist",
|
"dist",
|
||||||
"dist-electron"
|
"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": {
|
"linux": {
|
||||||
"icon": "public/amber-pm-logo.icns",
|
"icon": "public/amber-pm-logo.icns",
|
||||||
"category": "System",
|
"category": "System",
|
||||||
|
|||||||
Reference in New Issue
Block a user