Merge pull request #307 from kiwix/fix_win32_archive

Fix creation of win32 archives.
This commit is contained in:
Matthieu Gautier 2019-04-02 10:23:44 +02:00 committed by GitHub
commit 9cd8fae632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ DIST_KIWIX_ARCHIVES_DIR = HOME/'DIST_KIWIX_ARCHIVES'
DIST_ZIM_ARCHIVES_DIR = HOME/'DIST_ZIM_ARCHIVES'
SSH_KEY = KBUILD_SOURCE_DIR/'travis'/'travisci_builder_id_key'
BIN_EXT = '.exe' if PLATFORM.startswith('win-') else ''
BIN_EXT = '.exe' if PLATFORM.startswith('win32_') else ''
# We have build everything. Now create archives for public deployement.
EXPORT_FILES = {