diff --git a/appveyor.yml b/appveyor.yml index 357d3ee..2b4dada 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,8 +9,8 @@ environment: MSYS2_ARG_CONV_EXCL: '-Tp' MINGW64_RUN: 'C:\msys64\usr\bin\bash.exe --login -c' MSYSTEM: 'MINGW64' - KIWIX_DESKTOP_VERSION: '2.0.1-1' - KIWIX_DESKTOP_RELEASE: 0 + KIWIX_DESKTOP_VERSION: '2.0.2' + KIWIX_DESKTOP_RELEASE: 1 init: diff --git a/appveyor/install_kiwix-tools.cmd b/appveyor/install_kiwix-tools.cmd index 51d3228..96ac8d8 100644 --- a/appveyor/install_kiwix-tools.cmd +++ b/appveyor/install_kiwix-tools.cmd @@ -1,4 +1,4 @@ REM ======================================================== REM Install kiwix-tools -curl -fsSL -O https://download.kiwix.org/release/kiwix-tools/kiwix-tools_win-i686-3.1.0-1.zip || exit /b 1 -7z e kiwix-tools_win-i686-3.1.0-1.zip -o%EXTRA_DIR%\bin kiwix-serve.exe || exit /b 1 +curl -fsSL -O https://download.kiwix.org/release/kiwix-tools/kiwix-tools_win-i686-3.1.1-6.zip || exit /b 1 +7z e kiwix-tools_win-i686-3.1.1-6.zip -o%EXTRA_DIR%\bin kiwix-serve.exe || exit /b 1 diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index b5dbec9..b97f4b1 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -6,7 +6,7 @@ main_project_versions = { 'kiwix-tools': '3.1.1', # Also need to change this in appveyor/install_kiwix-tools.cmd 'zim-tools': '1.2.1', 'zimwriterfs': '1.3.10', - 'kiwix-desktop': '2.0.1' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml + 'kiwix-desktop': '2.0.2' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml # You need to do the release process of kiwix-tools and kiwix-desktop in two separated process. } @@ -36,7 +36,7 @@ release_versions = { 'kiwix-tools': 6, # Depends of kiwix-lib and libzim (was 5) 'zim-tools': 3, # Depends of libzim (was 2) 'zimwriterfs': 4, # Depends of libzim (was 3) - 'kiwix-desktop': None # Depends of kiwix-lib and libzim (was 0) + 'kiwix-desktop': 0 # Depends of kiwix-lib and libzim (was 0) }