From 9c3f3b8466fe1430562b71c8e4187a2e3d9c0471 Mon Sep 17 00:00:00 2001 From: Yoann Brigant Date: Thu, 18 Aug 2022 10:52:48 +0200 Subject: [PATCH] Update the autolauncherupdater --- app/assets/js/scripts/uicore.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/js/scripts/uicore.js b/app/assets/js/scripts/uicore.js index 71a5aa19..06c8e007 100644 --- a/app/assets/js/scripts/uicore.js +++ b/app/assets/js/scripts/uicore.js @@ -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) } diff --git a/package.json b/package.json index 9d33a34b..b8652d68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabernalauncher", - "version": "7.0.3", + "version": "7.0.4", "productName": "Taberna Launcher", "description": "Modded Minecraft Launcher", "author": "Yoann BRIGANT",