This commit is contained in:
DevLarge 2021-01-09 00:52:03 +01:00
parent 99cf9659f8
commit 1029b7c34c
4 changed files with 14 additions and 5 deletions

View File

@ -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-<version_number>.exe.blockmap, with the new version!!!)
showUpdateUI(info)
console.log('LARGE: UICORE found info with version ' + info.version)
}

View File

@ -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',

2
package-lock.json generated
View File

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

View File

@ -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/)",