From 96e9325db167d05fd56d11fbefad7397e9bec85f Mon Sep 17 00:00:00 2001 From: DevLarge Date: Sun, 10 Jan 2021 02:32:16 +0100 Subject: [PATCH] u --- app/assets/js/scripts/settings.js | 3 +-- app/assets/js/scripts/uicore.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/js/scripts/settings.js b/app/assets/js/scripts/settings.js index f81b89a1..a9bdef08 100644 --- a/app/assets/js/scripts/settings.js +++ b/app/assets/js/scripts/settings.js @@ -1299,13 +1299,12 @@ function populateSettingsUpdateInformation(data){ console.log('LARGE: Data != null') if(process.platform === 'darwin'){ - console.log('LARGE: Darwin platform') settingsUpdateButtonStatus('Download from GitHubClose the launcher and run the dmg to update.', false, () => { shell.openExternal(data.darwindownload) }) } else { settingsUpdateButtonStatus('Downloading..', true) - console.log('LARGE: ELSE') + console.log('LARGE: DOWNLOADING') } } else { settingsUpdateTitle.innerHTML = 'You Are Running the Latest Version' diff --git a/app/assets/js/scripts/uicore.js b/app/assets/js/scripts/uicore.js index 988e6fc5..f1d8994d 100644 --- a/app/assets/js/scripts/uicore.js +++ b/app/assets/js/scripts/uicore.js @@ -44,11 +44,11 @@ if(!isDev){ break case 'update-available': loggerAutoUpdaterSuccess.log('New update available', info.version) - console.log('Update available') if (process.platform === 'win32') { console.log('LARGE: Platform win32') // Continue with HEliosLauncher as dir + // TRY DOWNLOAD HERE } if(process.platform === 'darwin'){