From 30a038717a4f2e545440f41e3b2fb674ba0c6ad8 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 app binary 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