Update uicore.js

This commit is contained in:
DevLarge 2021-01-07 18:07:36 +01:00
parent b0dbdebb36
commit 7a877f5f3b

View File

@ -48,7 +48,7 @@ if(!isDev){
loggerAutoUpdaterSuccess.log('New update available', info.version)
if(process.platform === 'darwin'){
info.darwindownload = `https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/stellarnetworklauncher-setup-${info.version}.dmg`
info.darwindownload = `https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar.Network.Launcher-setup-${info.version}.dmg`
showUpdateUI(info)
}