mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 11:17:56 +11:00
Update vue.config.js
This commit is contained in:
parent
c7d97ee57b
commit
a6351e7588
1 changed files with 6 additions and 0 deletions
|
@ -92,6 +92,12 @@ module.exports = {
|
|||
pluginOptions: {
|
||||
electronBuilder: {
|
||||
builderOptions: {
|
||||
files: [
|
||||
`dist/**/*`,
|
||||
`node_modules/**/*`,
|
||||
`package.json`,
|
||||
`background.js`
|
||||
],
|
||||
appId: "com.troplo.colubrina",
|
||||
win: {
|
||||
publish: ["github"]
|
||||
|
|
Loading…
Reference in a new issue