You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-09-13 06:25:32 -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',
|
ia32: 'hugo',
|
||||||
x64: 'hugo'
|
x64: 'hugo'
|
||||||
},
|
},
|
||||||
|
android: {
|
||||||
|
arm: 'hugo',
|
||||||
|
ia32: 'hugo',
|
||||||
|
x64: 'hugo'
|
||||||
|
},
|
||||||
win32: {
|
win32: {
|
||||||
ia32: 'hugo.exe',
|
ia32: 'hugo.exe',
|
||||||
x64: 'hugo.exe'
|
x64: 'hugo.exe'
|
||||||
|
Reference in New Issue
Block a user