Update the autolauncherupdater

This commit is contained in:
Yoann Brigant 2022-08-18 10:52:48 +02:00
parent e66da96b85
commit 9c3f3b8466
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ if(!isDev){
loggerAutoUpdaterSuccess.log('New update available', info.version) loggerAutoUpdaterSuccess.log('New update available', info.version)
if(process.platform === 'darwin'){ 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) showUpdateUI(info)
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "tabernalauncher", "name": "tabernalauncher",
"version": "7.0.3", "version": "7.0.4",
"productName": "Taberna Launcher", "productName": "Taberna Launcher",
"description": "Modded Minecraft Launcher", "description": "Modded Minecraft Launcher",
"author": "Yoann BRIGANT", "author": "Yoann BRIGANT",