Build flatpak in CI

This commit is contained in:
Matthieu Gautier
2022-03-08 15:16:52 +01:00
parent cdf4dab0a5
commit af3cff6aeb
3 changed files with 87 additions and 6 deletions

View File

@ -33,7 +33,7 @@ def download_base_archive(base_name):
ARCHIVE_NAME_TEMPLATE = "base_deps2_{os}_{platform}_{version}.tar.xz"
if PLATFORM_TARGET == 'flatpak':
base_dep_archive_name = "base_deps2_{}_flatpak.tar.xz".format(OS_NAME)
base_dep_archive_name = "base_deps2_flatpak.tar.xz"
else:
base_dep_archive_name = ARCHIVE_NAME_TEMPLATE.format(
os=OS_NAME,