new app is .exe

This commit is contained in:
Alex Grintsvayg 2017-03-17 14:01:05 -04:00
parent caa48ee507
commit 79c0b659da

View file

@ -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;
}