Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 86864cb

Browse files
committed
Disable publishing snap
1 parent 66ea54d commit 86864cb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

vue.config.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ module.exports = {
119119
'libicu-dev',
120120
'libasound2-dev',
121121
'libvips-dev'
122-
]
122+
],
123+
// https://github.com/electron-userland/electron-builder/issues/4982#issuecomment-641598670
124+
publish: ['github']
123125
},
124126
deb: {
125127
depends: ['libnotify4', 'libxtst6', 'libnss3', 'libatomic1', 'libicu-dev', 'libasound2-dev']
@@ -176,10 +178,6 @@ module.exports = {
176178
repo: 'Moosync',
177179
vPrefixedTagName: true,
178180
releaseType: 'draft'
179-
},
180-
{
181-
provider: 'snapStore',
182-
repo: 'moosync'
183181
}
184182
],
185183
files: ['**/*', '!node_modules/librespot-node/native/target/*'],

0 commit comments

Comments
 (0)