eef80eae3a
Co-authored-by: Aleksander <aleksander@oo8.dev>
4 lines
122 B
Bash
Executable File
4 lines
122 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 |