fix upgrade on windows
This commit is contained in:
parent
adaced37ec
commit
4acd8a8f25
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export const selectUpgradeFilename = createSelector(
|
|||
return `LBRY-${version}.dmg`;
|
||||
case 'linux':
|
||||
return `LBRY_${version}_amd64.deb`;
|
||||
case 'windows':
|
||||
case 'win32':
|
||||
return `LBRY.Setup.${version}.exe`;
|
||||
default:
|
||||
throw 'Unknown platform';
|
||||
|
|
Loading…
Add table
Reference in a new issue