From 00cfc0e3255fc903ee92a0c2aa94b284fea139d5 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 16:00:58 +0200 Subject: [PATCH] wip --- swww.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swww.sh b/swww.sh index ff439c0..403a4da 100644 --- a/swww.sh +++ b/swww.sh @@ -57,6 +57,8 @@ if run cargo build --release; then echo_info "Installing swww and swww-daemon to /bin" run $_sudo cp target/release/swww{,-daemon} /bin/ + else + echo_error "Could not build with cargo build --release.." fi }