fix linux path #1648

Merged
tzarebczan merged 1 commit from linux-path into master 2018-06-20 03:55:32 +02:00
Showing only changes of commit d383e57b01 - Show all commits

View file

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