u
This commit is contained in:
parent
7fd411f67b
commit
0bf9d3f940
@ -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')
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stellarnetworklauncher",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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/)",
|
||||
|
Loading…
Reference in New Issue
Block a user