1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-13 01:45:29 -04:00

support for Windows on ARM (non-extended) release

This commit is contained in:
2021-09-04 10:11:12 -04:00
parent 75f82eedb5
commit f8ef349944
+2
View File
@@ -110,6 +110,8 @@ function getArchiveFilename(version, os, arch) {
`hugo_extended_${version}_Windows-64bit.zip` :
os === "win32" && arch.endsWith("32") ?
`hugo_${version}_Windows-32bit.zip` :
os === "win32" && "arm" ?
`hugo_${version}_Windows-ARM.zip` :
// Linux
os === "linux" && arch === "x64" ?