5 lines
110 B
Bash
Executable File
5 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
cargo build --release
|
|
chmod +x ../target/release/wayvr
|
|
cp ../target/release/wayvr ${APPDIR}/usr/bin
|