This commit is contained in:
Riceneeder
2022-09-10 17:48:52 +08:00
parent 1e5e250f6a
commit a3f04e6efb
6 changed files with 30 additions and 158 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "wewechat",
"version": "1.2.3",
"version": "1.2.4",
"description": "make weweChat great again!!!",
"main": "main.js",
"scripts": {
@@ -54,7 +54,10 @@
},
"linux": {
"icon": "../resource",
"category": "Network",
"category": [
"Network",
"Chat"
],
"executableName": "wewechat",
"target": [
"deb",
@@ -125,7 +128,6 @@
"css-loader": "^1.0.0",
"electron": "^2.0.16",
"electron-builder": "^19.56.2",
"electron-updater": "^3.0.1",
"eslint": "^5.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",