Update uicore.js
This commit is contained in:
parent
47bf05c013
commit
d4c67af2a9
@ -46,8 +46,9 @@ if(!isDev){
|
||||
loggerAutoUpdaterSuccess.log('New update available', info.version)
|
||||
console.log('Update available')
|
||||
|
||||
if (process.platform === "win32") {
|
||||
if (process.platform === 'win32') {
|
||||
console.log('LARGE: Platform win32')
|
||||
// Continue with HEliosLauncher as dir
|
||||
}
|
||||
|
||||
if(process.platform === 'darwin'){
|
||||
|
Loading…
Reference in New Issue
Block a user