From ed9991aa11fa445382bf2c740cd8a56e74665ac2 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Tue, 28 Dec 2021 20:55:48 -0600 Subject: [PATCH] Don't add icon to Windows build For some reason adding an icon causes the EXE to be flagged by Nexus as suspicious even though it passes the VirusTotal test --- build-win.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-win.sh b/build-win.sh index c97fa51..1cd7da7 100755 --- a/build-win.sh +++ b/build-win.sh @@ -1,3 +1,3 @@ #!/bin/bash # Use MINGW for cross-compilation -x86_64-w64-mingw32-g++ main.cpp modlimitfix.res -o modlimitfix.exe -std=c++17 +x86_64-w64-mingw32-g++ main.cpp -o modlimitfix.exe -std=c++17