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"]