From a6351e7588432c2c0ea5b98f40bf6e57161a8a7e Mon Sep 17 00:00:00 2001 From: Troplo Date: Wed, 3 Aug 2022 21:32:28 +1000 Subject: [PATCH] Update vue.config.js --- frontend/vue.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 5b31e76..642b3ac 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -92,6 +92,12 @@ module.exports = { pluginOptions: { electronBuilder: { builderOptions: { + files: [ + `dist/**/*`, + `node_modules/**/*`, + `package.json`, + `background.js` + ], appId: "com.troplo.colubrina", win: { publish: ["github"]