v1.1.0-pre.2

This commit is contained in:
Daniel Scalzi
2018-11-18 22:03:17 -05:00
parent acd6143d30
commit c6051f9942
3 changed files with 3 additions and 3 deletions

View File

@@ -1111,7 +1111,7 @@ function populateSettingsUpdateInformation(data){
populateVersionInformation(data.version, settingsUpdateVersionValue, settingsUpdateVersionTitle, settingsUpdateVersionCheck)
if(process.platform === 'darwin'){
settingsUpdateButtonStatus('Download from GitHub<span style="font-size: 10px;color: gray;text-shadow: none !important;">Close the launcher and run the file to update.</span>', false, () => {
settingsUpdateButtonStatus('Download from GitHub<span style="font-size: 10px;color: gray;text-shadow: none !important;">Close the launcher and run the dmg to update.</span>', false, () => {
shell.openExternal(data.darwindownload)
})
} else {