Rebrand to Helios Launcher.

This commit is contained in:
Daniel Scalzi
2019-09-05 16:08:47 -04:00
parent 590cefc5d4
commit cbc8b07467
23 changed files with 51 additions and 3692 deletions

View File

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