From 1cb4b068f258790a233ec722783956048bd4bb3c Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Wed, 3 Oct 2018 17:19:40 -0300 Subject: [PATCH] Enable autoUpdate for all platforms --- app/Application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Application.js b/app/Application.js index 71b21547..23138070 100644 --- a/app/Application.js +++ b/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; } else if ( !silence ) { Ext.Msg.show({