error update

This commit is contained in:
Yoann Brigant 2022-08-18 11:34:42 +02:00
parent f6bae0929d
commit 01ac26ca41
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ if(!isDev){
loggerAutoUpdaterSuccess.log('New update available', info.version)
if(process.platform === 'darwin'){
info.darwindownload = `https://github.com/ElBrigos/TabernaLauncher/releases/download/v${info.version}/Taberna.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'}.exe`
showUpdateUI(info)
}

View File

@ -1,7 +1,7 @@
{
"name": "tabernalauncher",
"version": "7.0.5",
"productName": "Taberna Launcher",
"version": "7.0.6",
"productName": "Taberna-Launcher",
"description": "Modded Minecraft Launcher",
"author": "Yoann BRIGANT",
"license": "UNLICENSED",