git.sophuwu.com > crls
made buildsh better
parent

621ffe9016c17248c754d5750ecf0db761ba6b1d

1 files changed, 5 insertions(+), 6 deletions(-)

jump to
M build.shbuild.sh

@@ -1,7 +1,6 @@

#!/bin/bash -cmake -S . -B build -GNinja -cmake --build build -chmod +x build -strip build/rls -build/rls $1 - +cmake -S . -B build -GNinja && \ +cmake --build build && \ +chmod +x build/rls && \ +strip --strip-all build/rls && \ +upx --best build/rls