Skip to content

Commit

Permalink
node库修改
Browse files Browse the repository at this point in the history
  • Loading branch information
liugaowei committed Jun 6, 2023
1 parent 62e658f commit d7ad602
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
6 changes: 3 additions & 3 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @see https://www.electron.build/configuration/configuration
*/
{
"appId": "YourAppID",
"appId": "vip.loker.tts-vue",
"asar": true,
"directories": {
"output": "release/${version}"
Expand All @@ -11,7 +11,7 @@
"dist"
],
"mac": {
"artifactName": "${productName}_${version}.${ext}",
"artifactName": "${productName}-${version}.${ext}",
"target": [
"dmg"
]
Expand All @@ -25,7 +25,7 @@
]
}
],
"artifactName": "${productName}_${version}.${ext}"
"artifactName": "${productName}-${version}.${ext}"
},
"nsis": {
"oneClick": false,
Expand Down
12 changes: 5 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"vite": "^2.9.13",
"vite-plugin-electron": "^0.8.1",
"vue": "^3.2.37",
"vue-tsc": "^0.38.3",
"ws": "^8.13.0"
"vue-tsc": "^0.38.3"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
Expand All @@ -42,6 +41,7 @@
"electron-store": "^8.0.2",
"element-plus": "2.2.9",
"nodejs-websocket": "^1.7.2",
"ws": "^8.13.0",
"pinia": "^2.0.17",
"uuid": "^8.3.2"
}
Expand Down

0 comments on commit d7ad602

Please sign in to comment.