Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 20, 2024
1 parent 19c4618 commit 28982cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/utils/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ function mappingArch(platform: NodeJS.Platform, arch: NodeArch): SupportedArch {
return SupportedArch.WindowsX86_64;
case "win32-ia32":
return SupportedArch.WindowsX86_32;
case "win32-arm64":
return SupportedArch.WindowsArm64;
case "linux-x64":
return SupportedArch.LinuxAmd64;
case "linux-ia32":
Expand Down

0 comments on commit 28982cf

Please sign in to comment.