Skip to content

Commit 5256397

Browse files
committed
Add links to download build
1 parent d028515 commit 5256397

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/steamvr-driver.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ jobs:
249249
(cd steamvr_zip && zip -r "$ZIP_NAME" rayneo)
250250
mkdir -p dist/steamvr_driver
251251
cp "steamvr_zip/$ZIP_NAME" dist/steamvr_driver/
252+
cp "steamvr_zip/$ZIP_NAME" dist/steamvr_driver/steamvr_rayneo_driver-latest.zip
252253
shell: bash
253254

254255
- name: Upload combined driver zip
@@ -274,6 +275,8 @@ jobs:
274275
tag_name: ${{ needs.assemble.outputs.tag }}
275276
name: ${{ needs.assemble.outputs.release_name }}
276277
body: SteamVR driver build from ${{ github.sha }} at ${{ needs.assemble.outputs.release_name }}
277-
files: dist/steamvr_driver/${{ needs.assemble.outputs.zip_name }}
278+
files: |
279+
dist/steamvr_driver/${{ needs.assemble.outputs.zip_name }}
280+
dist/steamvr_driver/steamvr_rayneo_driver-latest.zip
278281
env:
279282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Downloads
2+
3+
SDK (latest assets):
4+
- Windows: https://github.com/verncat/RayNeo-Air-3S-Pro-OpenVR/releases/latest/download/rayneo-sdk-windows-latest.tar.gz
5+
- macOS: https://github.com/verncat/RayNeo-Air-3S-Pro-OpenVR/releases/latest/download/rayneo-sdk-macos-latest.tar.gz
6+
- Linux: https://github.com/verncat/RayNeo-Air-3S-Pro-OpenVR/releases/latest/download/rayneo-sdk-ubuntu-latest.tar.gz
7+
8+
SteamVR Driver (latest asset):
9+
- Direct: https://github.com/verncat/RayNeo-Air-3S-Pro-OpenVR/releases/latest/download/steamvr_rayneo_driver-latest.zip
10+
111
# RayNeo SDK (Work-in-Progress)
212

313
A lightweight C/C++ SDK and examples for interacting with **RayNeo Air3s Pro** (and probably other RayNeo's) devices.

0 commit comments

Comments
 (0)