config of electron builder is changed

This commit is contained in:
Richard Park 2020-01-21 14:41:28 +09:00
parent b2af5a1264
commit 81f5faf0b8

View File

@ -38,7 +38,7 @@
}, },
"publish": { "publish": {
"provider": "generic", "provider": "generic",
"url": "http://localhost:8099/client-updates/" "url": "https://messenger.daesang.com/AppDist/pc"
}, },
"mac": { "mac": {
"target": ["default"], "target": ["default"],
@ -74,7 +74,6 @@
"include": "./config/build/win/nsis/installer.nsh" "include": "./config/build/win/nsis/installer.nsh"
}, },
"nsisWeb": { "nsisWeb": {
"appPackageUrl": "https://messenger.daesang.com/AppDist/pc/",
"oneClick": true, "oneClick": true,
"allowToChangeInstallationDirectory": false, "allowToChangeInstallationDirectory": false,
"perMachine": false, "perMachine": false,