From f95ae75b5de7b9acc7fa5e848c0d76a57f43813b Mon Sep 17 00:00:00 2001 From: jkito <belter@riseup.net> Date: Sun, 25 Aug 2024 14:54:26 +0530 Subject: [PATCH] build: donot rename built artifact earlier the qmake build always produced the binary named as bitmask and later it was renamed to whatever PROVIDER was set to, in the previous commit we fixed the setting of TARGET env so that qmake produces the binary with the correct name --- gui/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/build.sh b/gui/build.sh index 54f98264..8bc22feb 100755 --- a/gui/build.sh +++ b/gui/build.sh @@ -139,7 +139,6 @@ function buildDefault { $MAKE -C $QTBUILD clean $MAKE -C $QTBUILD $MAKEFLAGS all - renameOutput echo "[+] Done." } -- GitLab