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

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v4
- name: Setup sccache

View File

@@ -8,7 +8,7 @@ on:
- 'test-*'
env:
APPDIR: WlxOverlay-S.AppDir
APPDIR: WayVR.AppDir
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v3
- name: Setup sccache
@@ -35,5 +35,5 @@ jobs:
- name: Upload AppImage
uses: actions/upload-artifact@v4
with:
name: WlxOverlay-S-${{ github.ref_name }}-x86_64.AppImage
path: ./wlx-overlay-s/WlxOverlay-S-x86_64.AppImage
name: WayVR-${{ github.ref_name }}-x86_64.AppImage
path: ./wayvr/WayVR-x86_64.AppImage

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v4
- name: Setup sccache

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v4
- name: Setup sccache

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v4
- name: Setup sccache

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v4
- name: Setup sccache

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v4
- name: Setup sccache

View File

@@ -6,7 +6,7 @@ on:
- 'v**'
env:
APPDIR: WlxOverlay-S.AppDir
APPDIR: WayVR.AppDir
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./wlx-overlay-s
working-directory: ./wayvr
steps:
- uses: actions/checkout@v3
- name: Setup sccache
@@ -39,7 +39,7 @@ jobs:
pip install portage pycargoebuild
wget https://github.com/gentoo/gentoo/raw/refs/heads/master/metadata/license-mapping.conf
mkdir dist
pycargoebuild --distdir dist --license-mapping license-mapping.conf --crate-tarball --crate-tarball-path wlx-overlay-s-crates.tar.xz
pycargoebuild --distdir dist --license-mapping license-mapping.conf --crate-tarball --crate-tarball-path wayvr-crates.tar.xz
- name: Create Release
id: create_release
uses: actions/create-release@v1
@@ -47,7 +47,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
with:
tag_name: ${{ github.ref_name }}
release_name: WlxOverlay-S ${{ github.ref_name }}
release_name: WayVR ${{ github.ref_name }}
draft: true
prerelease: false
@@ -57,8 +57,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/release/wlx-overlay-s
asset_name: wlx-overlay-s
asset_path: ./target/release/wayvr
asset_name: wayvr
asset_content_type: application/octet-stream
- name: Upload WayVRCtl
@@ -77,8 +77,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./wlx-overlay-s/WlxOverlay-S-x86_64.AppImage
asset_name: WlxOverlay-S-${{ github.ref_name }}-x86_64.AppImage
asset_path: ./wayvr/WayVR-x86_64.AppImage
asset_name: WayVR-${{ github.ref_name }}-x86_64.AppImage
asset_content_type: application/octet-stream
- name: Upload crates tarball
@@ -87,6 +87,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./wlx-overlay-s/wlx-overlay-s-crates.tar.xz
asset_name: WlxOverlay-S-${{ github.ref_name }}-crates.tar.xz
asset_path: ./wayvr/wayvr-crates.tar.xz
asset_name: WayVR-${{ github.ref_name }}-crates.tar.xz
asset_content_type: application/x-gtar

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