From 1eceb8d6236b97f3de892bc777ff3ca8d79db867 Mon Sep 17 00:00:00 2001 From: DevLarge Date: Sat, 9 Jan 2021 23:49:30 +0100 Subject: [PATCH] u --- app/assets/js/scripts/settings.js | 2 +- app/assets/js/scripts/uicore.js | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app/assets/js/scripts/settings.js b/app/assets/js/scripts/settings.js index 43007c9f..f81b89a1 100644 --- a/app/assets/js/scripts/settings.js +++ b/app/assets/js/scripts/settings.js @@ -1220,7 +1220,7 @@ function populateAboutVersionInformation(){ */ function populateReleaseNotes(){ $.ajax({ - url: 'https://github.com/DevLarge/StellarNetworkLauncherUtil/releases.atom', + url: 'https://github.com/DevLarge/HeliosLauncher/releases.atom', success: (data) => { const version = 'v' + remote.app.getVersion() const entries = $(data).find('entry') diff --git a/app/assets/js/scripts/uicore.js b/app/assets/js/scripts/uicore.js index 2ffc9939..52c532df 100644 --- a/app/assets/js/scripts/uicore.js +++ b/app/assets/js/scripts/uicore.js @@ -26,9 +26,6 @@ window.eval = global.eval = function () { // Display warning when devtools window is opened. remote.getCurrentWebContents().on('devtools-opened', () => { - console.log('%cThe console is dark and full of terrors.', 'color: white; -webkit-text-stroke: 4px #a02d2a; font-size: 60px; font-weight: bold') - console.log('%cIf you\'ve been told to paste something here, you\'re being scammed.', 'font-size: 16px') - console.log('%cUnless you know exactly what you\'re doing, close this window.', 'font-size: 16px') }) // Disable zoom, needed for darwin. @@ -59,10 +56,9 @@ if(!isDev){ - info.darwindownload = `https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar-Network-Launcher-setup-${info.version}.exe.blockmap` + info.darwindownload = `https://github.com/DevLarge/HeliosLauncher/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/v1.0.1/Stellar.Network.Launcher-setup-1.0.1.blockmap // https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar.Network.Launcher-setup-${info.version}.blockmap // Som test flytt JEI fra required => optinionalOn