mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +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: {
|
pluginOptions: {
|
||||||
electronBuilder: {
|
electronBuilder: {
|
||||||
builderOptions: {
|
builderOptions: {
|
||||||
|
files: [
|
||||||
|
`dist/**/*`,
|
||||||
|
`node_modules/**/*`,
|
||||||
|
`package.json`,
|
||||||
|
`background.js`
|
||||||
|
],
|
||||||
appId: "com.troplo.colubrina",
|
appId: "com.troplo.colubrina",
|
||||||
win: {
|
win: {
|
||||||
publish: ["github"]
|
publish: ["github"]
|
||||||
|
|
Loading…
Reference in a new issue