mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 15:48:29 -04:00
add support for termux on android (#59)
This commit is contained in:
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user