From ea54c56529c7780d57b066e78af88fc882ace648 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 26 Feb 2018 11:11:05 +0100 Subject: [PATCH] Fix small typos in the armhf name. Fix kiwix/kiwix-tools#157 --- travis/compile_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/compile_all.py b/travis/compile_all.py index a048a1d..2fca80b 100755 --- a/travis/compile_all.py +++ b/travis/compile_all.py @@ -167,7 +167,7 @@ elif PLATFORM == 'win32_static': make_archive('kiwix-tools_win32-{}'.format(kiwix_tools_postfix), ('{}.exe'.format(b) for b in kiwix_tools_bins)) elif PLATFORM == 'armhf_static': - make_archive('kiwix-tools_armhf-{}.'.format(kiwix_tools_postfix), kiwix_tools_bins) + make_archive('kiwix-tools_armhf-{}'.format(kiwix_tools_postfix), kiwix_tools_bins) elif PLATFORM.startswith('android_'): APK_NAME = "kiwix-{}".format(PLATFORM) source_debug_dir = BASE_DIR/'kiwix-android'/'app'/'build'/'outputs'/'apk'/'kiwix'/'debug'