You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-11-17 06:10:50 -05:00
support for Windows on ARM (non-extended) release
This commit is contained in:
@@ -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" ?
|
||||
|
||||
Reference in New Issue
Block a user