diff --git a/icon.icos.ico b/icon.icos.ico deleted file mode 100644 index da6b46a..0000000 Binary files a/icon.icos.ico and /dev/null differ diff --git a/icons.iconset/icon_128x128.png b/icons.iconset/icon_128x128.png deleted file mode 100644 index d8f1283..0000000 Binary files a/icons.iconset/icon_128x128.png and /dev/null differ diff --git a/icons.iconset/icon_128x128@2x.png b/icons.iconset/icon_128x128@2x.png deleted file mode 100644 index ee77f2c..0000000 Binary files a/icons.iconset/icon_128x128@2x.png and /dev/null differ diff --git a/icons.iconset/icon_16x16.png b/icons.iconset/icon_16x16.png deleted file mode 100644 index 5fc3bee..0000000 Binary files a/icons.iconset/icon_16x16.png and /dev/null differ diff --git a/icons.iconset/icon_32x32.png b/icons.iconset/icon_32x32.png deleted file mode 100644 index 914ce9c..0000000 Binary files a/icons.iconset/icon_32x32.png and /dev/null differ diff --git a/icons.iconset/icon_64x64.png b/icons.iconset/icon_64x64.png deleted file mode 100644 index 9582baa..0000000 Binary files a/icons.iconset/icon_64x64.png and /dev/null differ diff --git a/logo.icns b/logo.icns new file mode 100644 index 0000000..e411a3d Binary files /dev/null and b/logo.icns differ diff --git a/package.json b/package.json index 282eb17..6e8f4a5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "网宿软件", + "name": "web-soft", "version": "3.0.0", "description": "构建现代Web应用,基于Java SpringBoot构建的SaaS软件平台、支持Vue、React前端框架\n自信地创建高性能和生产级的全栈web应用程序和网站", "main": "main.js", @@ -9,8 +9,8 @@ "build": "electron-builder" }, "build": { - "appId": "top.websoft", - "productName": "WebSoft", + "appId": "top.websoft.oa", + "productName": "网宿软件", "win": { "icon": "logo.ico", "target": [ @@ -23,7 +23,7 @@ ] }, "mac": { - "icon": "icons.icns" + "icon": "logo.icns" }, "nsis": { "oneClick": false,