mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
Update compile.sh
This commit is contained in:
parent
df1747bb90
commit
b8c0bdd9c7
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue