Skip to content
Snippets Groups Projects
Commit 30a03871 authored by jkito's avatar jkito :skull: Committed by jkito
Browse files

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
parent 9e535d7c
No related branches found
No related tags found
1 merge request!250Fixes misc build related issues and a bug on macOS that uses wrong app icon on stage manager
......@@ -139,7 +139,6 @@ function buildDefault {
$MAKE -C $QTBUILD clean
$MAKE -C $QTBUILD $MAKEFLAGS all
renameOutput
echo "[+] Done."
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment