From afab3acdc940c6c13885159828828cd334d1e52f Mon Sep 17 00:00:00 2001
From: holgern <holgernahrstaedt@gmx.de>
Date: Tue, 7 Apr 2020 23:29:04 +0200
Subject: [PATCH] try to fix

---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 33ea4b9e..afd93e5f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -79,7 +79,7 @@ after_test:
 #- ps: 7z a -m0=LZMA2 -mx9 $env:BUILD .\dist\beempy
 - ps: 7z a $env:BUILD .\dist\beempy
 - ps: 7z a $env:BUILD2 .\dist\beempy.exe
-- cmd: "C:/Program Files (x86)/NSIS/makensis.exe"  /V3 pyinstaller\windows_installer.nsi
+- cmd: "C:/Program Files (x86)/NSIS/makensis.exe" pyinstaller\windows_installer.nsi
 - ps copy /Y pyinstaller/BeempySetup.exe $env:BUILD3
 
 - ps: | # generate sha256 hashes
-- 
GitLab