From 1029b7c34c8dd4e5f6cd686c0ea1815b6e2233eb Mon Sep 17 00:00:00 2001 From: DevLarge Date: Sat, 9 Jan 2021 00:52:03 +0100 Subject: [PATCH] Ups --- app/assets/js/scripts/uicore.js | 14 ++++++++++++-- build.js | 1 - package-lock.json | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/app/assets/js/scripts/uicore.js b/app/assets/js/scripts/uicore.js index fef167af..bab509fe 100644 --- a/app/assets/js/scripts/uicore.js +++ b/app/assets/js/scripts/uicore.js @@ -50,8 +50,18 @@ if(!isDev){ console.log('Update available') if(process.platform === 'darwin'){ - info.darwindownload = `https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar.Network.Launcher-setup-1.0.2.exe.blockmap` - // https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v1.0.2/Stellar.Network.Launcher-setup-1.0.2.exe.blockmap + + + + + info.darwindownload = `https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar.Network.Launcher-setup-1.0.3.exe.blockmap` + // HEY TYPICAL: Edit the current version number ( Stellar.Network.Launcher-setup-.exe.blockmap, with the new version!!!) + + + + + + showUpdateUI(info) console.log('LARGE: UICORE found info with version ' + info.version) } diff --git a/build.js b/build.js index f1cc5ff4..0480d551 100644 --- a/build.js +++ b/build.js @@ -21,7 +21,6 @@ builder.build({ appId: 'stellarnetworklauncher', productName: 'Stellar Network Launcher', artifactName: '${productName}-setup-${version}.${ext}', - //artifactName: '${productName}-setup-1.0.0.1.${ext}', copyright: 'Copyright © 2018-2021 Stellar Network', directories: { buildResources: 'build', diff --git a/package-lock.json b/package-lock.json index 235321e1..b7bfdb34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stellarnetworklauncher", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ea1bbbe7..c5d21dea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellarnetworklauncher", - "version": "1.0.2", + "version": "1.0.3", "productName": "Stellar Network Launcher", "description": "Modded Minecraft Launcher for Stellar Network", "author": "Stellar Network (https://github.com/DevLarge/)",