From 362e93d7cd53c0238d796774e66742ef60988a12 Mon Sep 17 00:00:00 2001 From: Cleboost Date: Mon, 15 Apr 2024 22:02:57 +0200 Subject: [PATCH] 1.2.1 --- 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 02e9b5d..95a014e 100644 --- a/app/assets/js/scripts/uicore.js +++ b/app/assets/js/scripts/uicore.js @@ -49,7 +49,7 @@ if(!isDev){ loggerAutoUpdater.info('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/Cleboost/FrGaming-Launcher/releases/download/v${info.version}/FrGaming-Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg` showUpdateUI(info) } diff --git a/package.json b/package.json index 338cd3f..3329c07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frgaminglauncher", - "version": "1.2.0", + "version": "1.2.1", "productName": "FrGaming Launcher", "description": "Modded Minecraft Launcher for FrGaming Serveur", "author": "FrGaming",