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