1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 10:05:23 -04:00

add support for termux on android (#59)

This commit is contained in:
I Kadek Adi Gunawan 2018-07-07 11:22:36 +08:00 committed by Shun Sato
parent a10898b002
commit 684da85571

View File

@ -19,6 +19,11 @@ const binNameMap = {
ia32: 'hugo',
x64: 'hugo'
},
android: {
arm: 'hugo',
ia32: 'hugo',
x64: 'hugo'
},
win32: {
ia32: 'hugo.exe',
x64: 'hugo.exe'