fix: 添加package.json里面linux的打包

This commit is contained in:
H3CoF6
2026-03-18 04:32:19 +08:00
parent 0f8f202fbb
commit fb00b12d13

View File

@@ -89,6 +89,18 @@
],
"icon": "public/icon.ico"
},
"linux": {
"icon": "public/icon.png",
"target": [
"AppImage",
"pacman",
"deb",
"tar.gz"
],
"category": "Utility",
"executableName": "weflow",
"synopsis": "WeFlow for Linux"
},
"nsis": {
"oneClick": false,
"differentialPackage": false,