Skip to content

Commit 5589f46

Browse files
committed
change name for custom electron-builder config
1 parent 4d46ca7 commit 5589f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = (api, options) => {
4343
],
4444
extends: null
4545
}
46-
const userBuildConfig = pluginOptions.userBuildConfig || {}
46+
const userBuildConfig = pluginOptions.builderOptions || {}
4747
const mainConfig = new Config()
4848
mainConfig
4949
.mode('production')

0 commit comments

Comments
 (0)