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

@@ -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}"
}