Skip to content

Commit d14393c

Browse files
committed
fix(desktop): update publish config to generate update files
1 parent f1fea44 commit d14393c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

vue.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,12 @@ module.exports = {
9292
externals: ['mqtt', 'vm2', 'log4js', 'typeorm'],
9393
builderOptions: {
9494
productName: 'MQTTX',
95-
publish: null,
95+
publish: [
96+
{
97+
provider: 'generic',
98+
url: 'https://mqttx.app/releases',
99+
},
100+
],
96101
nsis: {
97102
oneClick: false,
98103
allowElevation: true,

0 commit comments

Comments
 (0)