chore(build): 更新项目配置和标识符
- 将项目名称从"网宿软件"更改为"web-soft" - 更新应用ID为"top.websoft.oa" - 恢复产品名称为"网宿软件" - 将mac图标文件从"icons.icns"更改为"logo.icns"
This commit is contained in:
BIN
icon.icos.ico
BIN
icon.icos.ico
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 867 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB |
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "网宿软件",
|
"name": "web-soft",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"description": "构建现代Web应用,基于Java SpringBoot构建的SaaS软件平台、支持Vue、React前端框架\n自信地创建高性能和生产级的全栈web应用程序和网站",
|
"description": "构建现代Web应用,基于Java SpringBoot构建的SaaS软件平台、支持Vue、React前端框架\n自信地创建高性能和生产级的全栈web应用程序和网站",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
@@ -9,8 +9,8 @@
|
|||||||
"build": "electron-builder"
|
"build": "electron-builder"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "top.websoft",
|
"appId": "top.websoft.oa",
|
||||||
"productName": "WebSoft",
|
"productName": "网宿软件",
|
||||||
"win": {
|
"win": {
|
||||||
"icon": "logo.ico",
|
"icon": "logo.ico",
|
||||||
"target": [
|
"target": [
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"icon": "icons.icns"
|
"icon": "logo.icns"
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user