Skip to content

Commit 52b154c

Browse files
committed
add windows aarch64
1 parent 9e4c382 commit 52b154c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,11 @@
169169
}
170170
} else if (current_os == OS_WINDOWS) {
171171
archive_ext = ".zip";
172+
include_powershell = true;
172173
if (current_arch == ARCH_X86_64) {
173-
include_powershell = true;
174174
arch_os = "x86_64-windows";
175+
} else if (current_arch == ARCH_AARCH64) {
176+
arch_os = "aarch64-windows";
175177
}
176178
}
177179

0 commit comments

Comments
 (0)