Files
oa-electron/package.json
gxwebsoft 349bc451ec chore(build): 更新项目配置和标识符
- 将项目名称从"网宿软件"更改为"web-soft"
- 更新应用ID为"top.websoft.oa"
- 恢复产品名称为"网宿软件"
- 将mac图标文件从"icons.icns"更改为"logo.icns"
2026-02-03 20:17:03 +08:00

44 lines
984 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "web-soft",
"version": "3.0.0",
"description": "构建现代Web应用基于Java SpringBoot构建的SaaS软件平台、支持Vue、React前端框架\n自信地创建高性能和生产级的全栈web应用程序和网站",
"main": "main.js",
"scripts": {
"dev": "electron .",
"pack": "electron-builder --dir",
"build": "electron-builder"
},
"build": {
"appId": "top.websoft.oa",
"productName": "网宿软件",
"win": {
"icon": "logo.ico",
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
}
]
},
"mac": {
"icon": "logo.icns"
},
"nsis": {
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true
}
},
"author": "Websoft Inc.",
"license": "ISC",
"dependencies": {
},
"devDependencies": {
"electron": "^34.1.1",
"electron-builder": "^25.1.8",
"nodemon": "^3.1.9"
}
}