New version 2.2.2 of kiwix-desktop
This commit is contained in:
parent
75e9571474
commit
5939865e7c
|
@ -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.2.1-4'
|
||||
KIWIX_DESKTOP_RELEASE: 0
|
||||
KIWIX_DESKTOP_VERSION: '2.2.2'
|
||||
KIWIX_DESKTOP_RELEASE: 1
|
||||
|
||||
|
||||
init:
|
||||
|
|
|
@ -5,7 +5,7 @@ main_project_versions = {
|
|||
'libkiwix': '11.0.0',
|
||||
'kiwix-tools': '3.3.0',
|
||||
'zim-tools': '3.1.1',
|
||||
'kiwix-desktop': '2.2.1' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml
|
||||
'kiwix-desktop': '2.2.2' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml
|
||||
}
|
||||
|
||||
# This dictionnary specify what we need to build at each release process.
|
||||
|
@ -30,10 +30,10 @@ main_project_versions = {
|
|||
|
||||
release_versions = {
|
||||
'libzim': None, # Depends of base deps (was 0)
|
||||
'libkiwix': 0, # Depends of libzim (was 1)
|
||||
'kiwix-tools': 0, # Depends of libkiwix and libzim (was 4)
|
||||
'libkiwix': None, # Depends of libzim (was 0)
|
||||
'kiwix-tools': None, # Depends of libkiwix and libzim (was 0)
|
||||
'zim-tools': None, # Depends of libzim (was 1)
|
||||
'kiwix-desktop': None # Depends of libkiwix and libzim (was 4)
|
||||
'kiwix-desktop': 0 # Depends of libkiwix and libzim (was 4)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue