summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-07-03 13:17:15 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-07-03 13:17:15 +0200
commit7a9183d0b718c158dd0bbe456a72623f1e69d5b8 (patch)
tree705cc88e8dad50c59aef3d8594be1cc6632a9216
parentba362de2c0209a0f860b3c7cf64fe35cbd56f7f0 (diff)
downloadqutebrowser-7a9183d0b718c158dd0bbe456a72623f1e69d5b8.tar.gz
qutebrowser-7a9183d0b718c158dd0bbe456a72623f1e69d5b8.zip
Remove 32-bit makensis call
I forgot to remove this in 0af8eec73a8a4290b0a0348f3ad8d8295e17deaa
-rwxr-xr-xscripts/dev/build_release.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py
index 689bd49fc..254132b3c 100755
--- a/scripts/dev/build_release.py
+++ b/scripts/dev/build_release.py
@@ -256,9 +256,6 @@ def build_windows():
utils.print_title("Building installers")
subprocess.run(['makensis.exe',
- '/DVERSION={}'.format(qutebrowser.__version__),
- 'misc/qutebrowser.nsi'], check=True)
- subprocess.run(['makensis.exe',
'/DX64',
'/DVERSION={}'.format(qutebrowser.__version__),
'misc/qutebrowser.nsi'], check=True)