mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
SDA-3589 Server url + Yml file update bugfix (#1465)
This commit is contained in:
parent
60ea3bafc8
commit
2a9db02daa
@ -155,7 +155,7 @@ IF %errorlevel% neq 0 (
|
||||
exit /b -1
|
||||
)
|
||||
|
||||
node ..\..\scripts\windws_update_checksum.js "..\..\dist\Symphony-%SYMVER%-win.exe" "..\..\dist\latest.yml"
|
||||
node ..\..\scripts\windows_update_checksum.js "..\..\dist\Symphony-%SYMVER%-win.exe" "..\..\dist\latest.yml"
|
||||
|
||||
echo "Building new installer with Wix Sharp"
|
||||
call "BuildWixSharpInstaller.bat"
|
||||
|
@ -154,7 +154,7 @@ export class AutoUpdate {
|
||||
const url = userConfigURL ? userConfigURL : globalConfigURL;
|
||||
|
||||
const { subdomain, domain, tld } = whitelistHandler.parseDomain(url);
|
||||
const updateUrl = `https://${subdomain}.${domain}.${tld}/${DEFAULT_AUTO_UPDATE_CHANNEL}`;
|
||||
const updateUrl = `https://${subdomain}.${domain}${tld}/${DEFAULT_AUTO_UPDATE_CHANNEL}`;
|
||||
logger.info(`auto-update-handler: using generic pod url`, updateUrl);
|
||||
|
||||
return updateUrl;
|
||||
|
Loading…
Reference in New Issue
Block a user