Fix testing appcast urls (#507)

This commit is contained in:
Semyon Bezrukov
2022-08-10 14:07:58 +03:00
committed by GitHub
parent 101bbebbe6
commit 9e6cd77650

View File

@ -139,6 +139,7 @@ def make_winsparkle_files():
awk_args = [
"-v", "Version=" + version,
"-v", "Build=" + build,
"-v", "Branch=" + get_env("RELEASE_BRANCH"),
"-v", "Timestamp=" + timestamp,
"-i", get_path(build_branding_dir, awk_branding)
]