Browse Source

Changed download link for Linux

Fixes #635
v0.5.8
Ramiro Saenz 8 years ago
parent
commit
7e46811682
  1. 2
      app/Application.js

2
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'
}
,{

Loading…
Cancel
Save