You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-07-03 14:36:38 -04:00
add support for termux on android (#59)
This commit is contained in:

committed by
Shun Sato

parent
a10898b002
commit
684da85571
@ -19,6 +19,11 @@ const binNameMap = {
|
||||
ia32: 'hugo',
|
||||
x64: 'hugo'
|
||||
},
|
||||
android: {
|
||||
arm: 'hugo',
|
||||
ia32: 'hugo',
|
||||
x64: 'hugo'
|
||||
},
|
||||
win32: {
|
||||
ia32: 'hugo.exe',
|
||||
x64: 'hugo.exe'
|
||||
|
Reference in New Issue
Block a user