Browse Source

Enable autoUpdate for all platforms

pull/1922/head
Ramiro Saenz 7 years ago
parent
commit
1cb4b068f2
  1. 2
      app/Application.js

2
app/Application.js

@ -283,7 +283,7 @@ Ext.define('Rambox.Application', {
} }
] ]
}); });
if ( process.platform === 'win32' || process.platform === 'darwin' ) ipc.send('autoUpdater:check-for-updates'); ipc.send('autoUpdater:check-for-updates');
return; return;
} else if ( !silence ) { } else if ( !silence ) {
Ext.Msg.show({ Ext.Msg.show({

Loading…
Cancel
Save