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:
@@ -3,7 +3,7 @@
|
||||
"$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json",
|
||||
"appId": "apm-app-store",
|
||||
"asar": true,
|
||||
"productName": "APM AppStore",
|
||||
"productName": "apm-app-store",
|
||||
"directories": {
|
||||
"output": "release/${version}"
|
||||
},
|
||||
@@ -27,7 +27,8 @@
|
||||
},
|
||||
"target": [
|
||||
"AppImage",
|
||||
"deb"
|
||||
"deb",
|
||||
"rpm"
|
||||
],
|
||||
"artifactName": "${productName}-Linux-${version}.${ext}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user