Skip to content

Commit c9c5c02

Browse files
authored
download: re-enable osx pkg (#4625)
1 parent f33cb46 commit c9c5c02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/DownloadButton/index.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ const VERSION = `3.0.0`
1414
const dropdownItems = [
1515
OS.UNKNOWN,
1616
null,
17-
// temporarily disabled, re-enable if pkg gets built
18-
// OS.OSX,
17+
OS.OSX,
1918
OS.WINDOWS,
2019
OS.LINUX,
2120
OS.LINUX_RPM

0 commit comments

Comments
 (0)