error update
This commit is contained in:
parent
f6bae0929d
commit
01ac26ca41
@ -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)
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user