Skip to content

Commit 47d583b

Browse files
authored
fix(download): Devbox is not supported on Windows (nodejs#7650)
Signed-off-by: Aviv Keller <[email protected]>
1 parent fb73385 commit 47d583b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/util/downloadUtils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export const INSTALL_METHODS: Array<
189189
{
190190
label: InstallationMethodLabel.DEVBOX,
191191
value: 'DEVBOX',
192-
compatibility: { os: ['WIN', 'MAC', 'LINUX'] },
192+
compatibility: { os: ['MAC', 'LINUX'] },
193193
iconImage: <InstallMethodIcons.Devbox width={16} height={16} />,
194194
url: 'https://jetify.com/devbox/',
195195
info: 'layouts.download.codeBox.platformInfo.devbox',

0 commit comments

Comments
 (0)