This commit is contained in:
DevLarge 2021-01-10 01:44:24 +01:00
parent 7fd411f67b
commit 0bf9d3f940
4 changed files with 4 additions and 5 deletions

View File

@ -1220,7 +1220,7 @@ function populateAboutVersionInformation(){
*/
function populateReleaseNotes(){
$.ajax({
url: 'https://github.com/DevLarge/HeliosLauncher/releases.atom',
url: 'https://github.com/DevLarge/StellarNetworkLauncherUtil/releases.atom',
success: (data) => {
const version = 'v' + remote.app.getVersion()
const entries = $(data).find('entry')

View File

@ -41,7 +41,6 @@ if(!isDev){
loggerAutoUpdater.log('Checking for update..')
settingsUpdateButtonStatus('Checking for Updates..', true)
console.log('LARGE: UiCore: checking-for-update')
console.log(clientInformation.appVersion)
break
case 'update-available':
loggerAutoUpdaterSuccess.log('New update available', info.version)
@ -56,7 +55,7 @@ if(!isDev){
info.darwindownload = `https://github.com/DevLarge/HeliosLauncher/releases/download/v${info.version}/Stellar-Network-Launcher-setup-${info.version}.exe.blockmap`
info.darwindownload = `https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar-Network-Launcher-setup-${info.version}.exe.blockmap`
// Prøv fra version 1.0.0
// v${info.version}
// https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar.Network.Launcher-setup-${info.version}.blockmap

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "stellarnetworklauncher",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "stellarnetworklauncher",
"version": "1.0.0",
"version": "1.0.1",
"productName": "Stellar Network Launcher",
"description": "Modded Minecraft Launcher for Stellar Network",
"author": "Stellar Network (https://github.com/DevLarge/)",