mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 06:21:23 +00:00
4 lines
113 B
Bash
4 lines
113 B
Bash
#!/usr/bin/sh
|
|
|
|
rustup target add x86_64-unknown-linux-gnu
|
|
cargo build --release --target x86_64-unknown-linux-gnu |