Skip to content

Commit cd4d883

Browse files
committed
fix build
1 parent 068ae03 commit cd4d883

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/downloader.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ export function getArchExtension(): Arch {
103103
case 'arm64':
104104
return Arch.arm64;
105105
case 'ia32':
106-
case 'x32':
107106
return Arch.i386;
108107
case 'x64':
109108
return Arch.x64;

0 commit comments

Comments
 (0)