From 5ba77f5444c9012f6ace9e75609d42aefa263af8 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Thu, 15 Jun 2023 00:43:38 +0300 Subject: [PATCH] download: re-enable osx pkg --- src/components/DownloadButton/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/DownloadButton/index.tsx b/src/components/DownloadButton/index.tsx index d8efcbaaf6..dc1efa93ea 100644 --- a/src/components/DownloadButton/index.tsx +++ b/src/components/DownloadButton/index.tsx @@ -14,8 +14,7 @@ const VERSION = `3.0.0` const dropdownItems = [ OS.UNKNOWN, null, - // temporarily disabled, re-enable if pkg gets built - // OS.OSX, + OS.OSX, OS.WINDOWS, OS.LINUX, OS.LINUX_RPM