mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Rebuild kiwix-tools release
As we've fixed the github workflow triggering, we need to redo the release process for kiwix-tools.
This commit is contained in:
@ -10,7 +10,7 @@ environment:
|
||||
MINGW64_RUN: 'C:\msys64\usr\bin\bash.exe --login -c'
|
||||
MSYSTEM: 'MINGW64'
|
||||
KIWIX_DESKTOP_VERSION: '2.2.1-1'
|
||||
KIWIX_DESKTOP_RELEASE: 1
|
||||
KIWIX_DESKTOP_RELEASE: 0
|
||||
|
||||
|
||||
init:
|
||||
|
@ -30,10 +30,10 @@ main_project_versions = {
|
||||
|
||||
release_versions = {
|
||||
'libzim': None, # Depends of base deps (was 0)
|
||||
'libkiwix': 0, # Depends of libzim (was 0)
|
||||
'libkiwix': None, # Depends of libzim (was 0)
|
||||
'kiwix-tools': 2, # Depends of libkiwix and libzim (was 1)
|
||||
'zim-tools': None, # Depends of libzim (was 0)
|
||||
'kiwix-desktop': 1 # Depends of libkiwix and libzim (was 0)
|
||||
'kiwix-desktop': None # Depends of libkiwix and libzim (was 1)
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user