summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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...")