diff --git a/app/assets/js/scripts/uicore.js b/app/assets/js/scripts/uicore.js index 9db3611e..6877aae4 100644 --- a/app/assets/js/scripts/uicore.js +++ b/app/assets/js/scripts/uicore.js @@ -50,7 +50,7 @@ if(!isDev){ loggerAutoUpdaterSuccess.log('New update available', info.version) 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) } diff --git a/build/icon.png b/build/icon.png index 9e21d08b..9b45d9ab 100644 Binary files a/build/icon.png and b/build/icon.png differ diff --git a/package.json b/package.json index ae98c137..f3441518 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ConceptionRPLauncher", - "version": "1.0.0", + "version": "1.0.1", "productName": "Conception Minecraft Launcher", "description": "Modded Minecraft Launcher", "author": "alextorreg (https://github.com/alextorreg/)",