This commit is contained in:
DevLarge 2021-01-06 14:07:20 +01:00
parent 8b7aed8738
commit 6b15c2f7b5
2 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,7 @@ class ProcessBuilder {
val = args[i].replace(argDiscovery, tempNativePath)
break
case 'launcher_name':
val = args[i].replace(argDiscovery, 'Stellar-Network-Launcher')
val = args[i].replace(argDiscovery, 'StellarNetworkLauncher')
break
case 'launcher_version':
val = args[i].replace(argDiscovery, this.launcherVersion)

View File

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