Update compile.sh

This commit is contained in:
Bruno Alexandre Rosa 2025-05-13 21:07:38 -03:00
parent df1747bb90
commit b8c0bdd9c7

View file

@ -169,8 +169,7 @@ if [[ $MAKE_PACKAGE ]]; then
echo "killing XProtectBehaviorService"; sudo pkill -9 XProtect >/dev/null || true;
echo "waiting for XProtectBehaviorService kill"; while pgrep "XProtect"; do sleep 3; done;
fi
cmake --build . --log-level=VERBOSE --target package --config "$BUILDTYPE"
cmake --build . --verbose --target package --config "$BUILDTYPE"
echo "::endgroup::"
if [[ $PACKAGE_SUFFIX ]]; then