summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-28 10:04:39 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-28 10:04:50 +0100
commit2838974ab1fa8ddaedfc6f194d89d726c2573136 (patch)
treed79246af29e906c2cc2c4bb7ca0f0e0d59971656
parent447511f816279c798b27d31775a5a5cabe0d7bf0 (diff)
downloadqutebrowser-2838974ab1fa8ddaedfc6f194d89d726c2573136.tar.gz
qutebrowser-2838974ab1fa8ddaedfc6f194d89d726c2573136.zip
scripts: Also add desc suffix for installer
(cherry picked from commit 5ac9e3c23d93936df091bca6057b2f6adc3aeb2a)
-rwxr-xr-xscripts/dev/build_release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py
index bd16026e1..fd26224de 100755
--- a/scripts/dev/build_release.py
+++ b/scripts/dev/build_release.py
@@ -336,7 +336,7 @@ def _package_windows_single(
artifacts.append((
os.path.join('dist', name),
'application/vnd.microsoft.portable-executable',
- f'Windows {desc_arch} installer',
+ f'Windows {desc_arch} installer{desc_suffix}',
))
utils.print_subtitle(f"Zipping {desc_arch} standalone...")