From d57fbc4c8447727b65e4e2b361e0cb3cb1069095 Mon Sep 17 00:00:00 2001 From: Enrique Hernandez Date: Wed, 7 Oct 2020 15:40:31 -0500 Subject: [PATCH] add electron-builder config option --- vue.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vue.config.js b/vue.config.js index 4b3c32c..a40877b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -16,6 +16,11 @@ module.exports = { }, pluginOptions: { electronBuilder: { + builderOptions: { + // TODO electron-builder config https://www.electron.build/configuration/configuration + appId: "com.crimata.messenger", + name: "CrimataMessenger" + }, preload: "src/preload.ts" } } -- 2.43.0