fix linux path #1648
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue