This commit is contained in:
alextorreg 2022-11-10 15:20:18 +01:00
parent 0c1503683b
commit ebe00352b1
3 changed files with 2 additions and 2 deletions

View File

@ -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/alextorreg/ConceptionLauncher/releases/download/v${info.version}/Conception-Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg` info.darwindownload = `https://github.com/alextorreg/ConceptionLauncher/releases/download/v${info.version}/Conception.Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.exe`
showUpdateUI(info) showUpdateUI(info)
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -1,6 +1,6 @@
{ {
"name": "ConceptionRPLauncher", "name": "ConceptionRPLauncher",
"version": "1.0.0", "version": "1.0.1",
"productName": "Conception Minecraft Launcher", "productName": "Conception Minecraft Launcher",
"description": "Modded Minecraft Launcher", "description": "Modded Minecraft Launcher",
"author": "alextorreg (https://github.com/alextorreg/)", "author": "alextorreg (https://github.com/alextorreg/)",