diff --git a/electron-builder.config.js b/electron-builder.config.js index 13c2cf4..23d9753 100644 --- a/electron-builder.config.js +++ b/electron-builder.config.js @@ -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' } }