mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-06 02:29:47 +00:00
new app is .exe
This commit is contained in:
parent
caa48ee507
commit
79c0b659da
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ class DownloadActions extends Actions
|
|||
$uri = GitHub::getAppDownloadUrl(OS::OS_OSX);
|
||||
break;
|
||||
|
||||
case 'msi':
|
||||
case 'msi': // fallthrough
|
||||
case 'exe':
|
||||
$uri = GitHub::getAppDownloadUrl(OS::OS_WINDOWS);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue