5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
cargo build --release
|
|
mv ../target/release/wlx-overlay-s ${APPDIR}/usr/bin
|
|
chmod +x ${APPDIR}/usr/bin/wlx-overlay-s
|