add electron-builder config option
This commit is contained in:
parent
4d5e10d426
commit
d57fbc4c84
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ module.exports = {
|
||||||
},
|
},
|
||||||
pluginOptions: {
|
pluginOptions: {
|
||||||
electronBuilder: {
|
electronBuilder: {
|
||||||
|
builderOptions: {
|
||||||
|
// TODO electron-builder config https://www.electron.build/configuration/configuration
|
||||||
|
appId: "com.crimata.messenger",
|
||||||
|
name: "CrimataMessenger"
|
||||||
|
},
|
||||||
preload: "src/preload.ts"
|
preload: "src/preload.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue