Skip to content

Commit

Permalink
[qa] lint & format
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Dec 16, 2021
1 parent 259d455 commit 1a6b1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const config = {
category: 'Graphics'
},
win: {
target: ['nsis', 'portable', 'zip', 'msi'],
target: ['nsis', 'portable', 'zip', 'msi']
},
nsis: {
oneClick: false,
allowToChangeInstallationDirectory: true,
menuCategory: "CGWire"
menuCategory: 'CGWire'
}
}

Expand Down

0 comments on commit 1a6b1d4

Please sign in to comment.