v1.2.1
This commit is contained in:
parent
0c1503683b
commit
ebe00352b1
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
build/icon.png
BIN
build/icon.png
Binary file not shown.
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 63 KiB |
@ -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/)",
|
||||||
|
Loading…
Reference in New Issue
Block a user