Bundle WayVR Dashboard into wlx, find wayvr-dashboard executable in AppImage (if exists) (#208) (#210)

Co-authored-by: Aleksander <aleksander@oo8.dev>
This commit is contained in:
galister
2025-05-10 10:03:40 +02:00
committed by GitHub
parent a221734e23
commit eef80eae3a
13 changed files with 147 additions and 36 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
cargo build --release
mv target/release/wlx-overlay-s ${APPDIR}/usr/bin
chmod +x ${APPDIR}/usr/bin/wlx-overlay-s