From c9c5c0250fd794aadb5b82a3667416591daa730b Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Thu, 15 Jun 2023 00:49:46 +0300 Subject: [PATCH] download: re-enable osx pkg (#4625) --- 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