From 7e46811682e62e726f0dbe5d319079981cb5341c Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 18 Apr 2017 14:41:55 -0300 Subject: [PATCH] Changed download link for Linux Fixes #635 --- app/Application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Application.js b/app/Application.js index 0d68ab05..09f8774e 100644 --- a/app/Application.js +++ b/app/Application.js @@ -236,7 +236,7 @@ Ext.define('Rambox.Application', { ,{ xtype: 'button' ,text: 'Download' - ,href: 'https://getrambox.herokuapp.com/download/'+process.platform+'_'+process.arch + ,href: process.platform === 'darwin' ? 'https://getrambox.herokuapp.com/download/'+process.platform+'_'+process.arch : 'https://github.com/saenzramiro/rambox/releases/latest' ,hidden: process.platform === 'win32' } ,{