From e0eb5c4a38099751019169eaf53c58a9a75c7e7e Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 12 Jun 2019 13:52:25 +0200 Subject: [PATCH] Set the versions to rebuild kiwix-desktop release. --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index bdf0eb0..cfac4c5 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -28,7 +28,7 @@ release_versions = { 'kiwix-lib': None, # Depends of libzim (was 0) 'kiwix-tools': None, # Depends of kiwix-lib and libzim (was 0) 'zim-tools': None, # Depends of libzim (was 0) - 'zimwriterfs': 0, # Depends of libzim (was 0) + 'zimwriterfs': None, # Depends of libzim (was 0) 'kiwix-desktop': 0 # Depends of kiwix-lib and libzim (was 0) }