New release of kiwix-desktop.

This commit is contained in:
Matthieu Gautier 2020-06-30 17:47:15 +02:00
parent 66bf0d2a0e
commit 0419cf5f4d
3 changed files with 6 additions and 6 deletions

View File

@ -9,8 +9,8 @@ environment:
MSYS2_ARG_CONV_EXCL: '-Tp' MSYS2_ARG_CONV_EXCL: '-Tp'
MINGW64_RUN: 'C:\msys64\usr\bin\bash.exe --login -c' MINGW64_RUN: 'C:\msys64\usr\bin\bash.exe --login -c'
MSYSTEM: 'MINGW64' MSYSTEM: 'MINGW64'
KIWIX_DESKTOP_VERSION: '2.0.1-1' KIWIX_DESKTOP_VERSION: '2.0.2'
KIWIX_DESKTOP_RELEASE: 0 KIWIX_DESKTOP_RELEASE: 1
init: init:

View File

@ -1,4 +1,4 @@
REM ======================================================== REM ========================================================
REM Install kiwix-tools 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 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.0-1.zip -o%EXTRA_DIR%\bin kiwix-serve.exe || exit /b 1 7z e kiwix-tools_win-i686-3.1.1-6.zip -o%EXTRA_DIR%\bin kiwix-serve.exe || exit /b 1

View File

@ -6,7 +6,7 @@ main_project_versions = {
'kiwix-tools': '3.1.1', # Also need to change this in appveyor/install_kiwix-tools.cmd 'kiwix-tools': '3.1.1', # Also need to change this in appveyor/install_kiwix-tools.cmd
'zim-tools': '1.2.1', 'zim-tools': '1.2.1',
'zimwriterfs': '1.3.10', '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. # 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) 'kiwix-tools': 6, # Depends of kiwix-lib and libzim (was 5)
'zim-tools': 3, # Depends of libzim (was 2) 'zim-tools': 3, # Depends of libzim (was 2)
'zimwriterfs': 4, # Depends of libzim (was 3) '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)
} }