rename to wayvr

This commit is contained in:
galister
2026-01-09 23:38:47 +09:00
parent 7b60b86f46
commit ac05e95e9c
235 changed files with 181 additions and 200 deletions

View File

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

View File

@@ -1,4 +1,4 @@
#!/bin/sh
export VERSION=$GITHUB_REF_NAME
./linuxdeploy-x86_64.AppImage -dwlx-overlay-s.desktop -iwlx-overlay-s.png --appdir=${APPDIR} --output appimage --exclude-library '*libpipewire*'
mv WlxOverlay-S-$VERSION-x86_64.AppImage WlxOverlay-S-x86_64.AppImage
./linuxdeploy-x86_64.AppImage -dwayvr.desktop -iwayvr.png --appdir=${APPDIR} --output appimage --exclude-library '*libpipewire*'
mv WayVR-$VERSION-x86_64.AppImage WayVR-x86_64.AppImage