Skip to content

Commit

Permalink
chore: update electron builder schema path
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Nov 8, 2023
1 parent b8b8f19 commit 5b2adc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://json.schemastore.org/electron-builder",
"$schema": "node_modules/app-builder-lib/scheme.json",
"asar": true,
"directories": {
"output": "release/${version}"
},
"files": ["dist-electron", "dist", "!node_modules/**/*"],
"electronLanguages":["zh-CN"],
"electronLanguages": ["zh-CN"],
"win": {
"icon": "dist/favicon.ico",
"target": [
Expand Down

0 comments on commit 5b2adc8

Please sign in to comment.