mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 06:21:23 +00:00
update build scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Change dir to the cargo project
|
||||
cd "$(dirname "$(realpath "$0")")/.." || exit
|
||||
|
||||
RUST_TARGET=${1:-"x86_64-unknown-linux-gnu"}
|
||||
|
||||
bash ./build_scripts/build.sh "$RUST_TARGET"
|
||||
cargo install cargo-generate-rpm
|
||||
cargo generate-rpm
|
||||
Reference in New Issue
Block a user