Skip to content

Commit

Permalink
download: re-enable osx pkg (#4625)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jun 14, 2023
1 parent f33cb46 commit c9c5c02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/DownloadButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9c5c02

Please sign in to comment.