Skip to content

Commit 5f75005

Browse files
committed
fix
1 parent 7de6d89 commit 5f75005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ARCH(Enum):
5151
@classmethod
5252
def auto(cls, os: OS):
5353
if arch_name == "arm64":
54-
if os == OS.MAC:
54+
if os in [OS.MAC, OS.WINDOWS]:
5555
return cls.ARM64
5656
return cls.AARCH64
5757
elif arch_name == "amd64":

0 commit comments

Comments
 (0)