error update
This commit is contained in:
parent
f6bae0929d
commit
01ac26ca41
@ -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/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)
|
showUpdateUI(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tabernalauncher",
|
"name": "tabernalauncher",
|
||||||
"version": "7.0.5",
|
"version": "7.0.6",
|
||||||
"productName": "Taberna Launcher",
|
"productName": "Taberna-Launcher",
|
||||||
"description": "Modded Minecraft Launcher",
|
"description": "Modded Minecraft Launcher",
|
||||||
"author": "Yoann BRIGANT",
|
"author": "Yoann BRIGANT",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
|
Loading…
Reference in New Issue
Block a user