fix linux path #1648

Merged
tzarebczan merged 1 commit from linux-path into master 2018-06-20 03:55:32 +02:00

View file

@ -32,7 +32,7 @@ export const selectUpgradeFilename = createSelector(
case 'darwin': case 'darwin':
return `LBRY_${version}.dmg`; return `LBRY_${version}.dmg`;
case 'linux': case 'linux':
return `LBRY_${version}_amd64.deb`; return `LBRY_${version}.deb`;
case 'win32': case 'win32':
return `LBRY_${version}.exe`; return `LBRY_${version}.exe`;
default: default: