This commit is contained in:
pika 2025-05-11 16:00:58 +02:00
parent ec7e73b367
commit 00cfc0e325

View file

@ -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
}