Fix package build (#578)

This commit is contained in:
Semyon Bezrukov
2022-12-01 14:45:20 +03:00
committed by GitHub
parent 41e5f53c45
commit 75543fe126

View File

@ -204,7 +204,7 @@ def make_winsparkle_files():
awk_args = [
"-v", "Version=" + common.version,
"-v", "Build=" + common.build,
"-v", "Branch=" + common.release_branch,
"-v", "Branch=" + common.channel,
"-v", "Timestamp=" + common.timestamp,
"-i", awk_branding
]