Fix the src path of kiwix-desktop when doing release.
kiwix-build add `_release` postfix, not the version number.
This commit is contained in:
parent
1948b109e2
commit
22a580d070
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue