Update the autolauncherupdater
This commit is contained in:
parent
e66da96b85
commit
9c3f3b8466
@ -50,7 +50,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}/Helios-Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg`
|
||||
info.darwindownload = `https://github.com/ElBrigos/TabernaLauncher/releases/download/v${info.version}/Taberna.Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg`
|
||||
showUpdateUI(info)
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tabernalauncher",
|
||||
"version": "7.0.3",
|
||||
"version": "7.0.4",
|
||||
"productName": "Taberna Launcher",
|
||||
"description": "Modded Minecraft Launcher",
|
||||
"author": "Yoann BRIGANT",
|
||||
|
Loading…
Reference in New Issue
Block a user