mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Fix the src path of kiwix-desktop when doing release.
kiwix-build add `_release` postfix, not the version number.
This commit is contained in:
@ -99,7 +99,7 @@ def create_app_image():
|
|||||||
if make_release:
|
if make_release:
|
||||||
postfix = main_project_versions['kiwix-desktop']
|
postfix = main_project_versions['kiwix-desktop']
|
||||||
archive_dir = RELEASE_KIWIX_ARCHIVES_DIR/'kiwix-desktop'
|
archive_dir = RELEASE_KIWIX_ARCHIVES_DIR/'kiwix-desktop'
|
||||||
src_dir = SOURCE_DIR/'kiwix-desktop-{}'.format(postfix)
|
src_dir = SOURCE_DIR/'kiwix-desktop_release'
|
||||||
else:
|
else:
|
||||||
postfix = _date
|
postfix = _date
|
||||||
archive_dir = NIGHTLY_KIWIX_ARCHIVES_DIR
|
archive_dir = NIGHTLY_KIWIX_ARCHIVES_DIR
|
||||||
|
Reference in New Issue
Block a user