Update uicore.js

This commit is contained in:
DevLarge 2021-01-09 00:32:07 +01:00
parent a8b59f05b7
commit 5476c9fea3

View File

@ -50,7 +50,7 @@ if(!isDev){
console.log('Update available')
if(process.platform === 'darwin'){
info.darwindownload = `https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar.Network.Launcher-setup-${info.version}.dmg`
info.darwindownload = `https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar.Network.Launcher-setup-${info.version}.exe.blockmap`
showUpdateUI(info)
console.log('LARGE: UICORE found info with version ' + info.version)
}