wayvr/.github/workflows/scripts/appimage_build_wlx.sh

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