From 79c0b659da7ecc5f3c202163ddf18c09429d8e0e Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Fri, 17 Mar 2017 14:01:05 -0400 Subject: [PATCH] new app is .exe --- controller/action/DownloadActions.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controller/action/DownloadActions.class.php b/controller/action/DownloadActions.class.php index fe17cf71..bfad6570 100644 --- a/controller/action/DownloadActions.class.php +++ b/controller/action/DownloadActions.class.php @@ -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; }