Skip to content

Commit

Permalink
ReviveOverlay: Add standard manifests.
Browse files Browse the repository at this point in the history
  • Loading branch information
LibreVR committed Nov 20, 2016
1 parent dbb959f commit 0a34426
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ReviveOverlay/app.vrmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"applications": [
{
"app_key": "revive.dashboard.overlay",
"arguments": "",
"binary_path_windows": "ReviveOverlay.exe",
"image_path": "revive.png",
"is_dashboard_overlay": true,
"launch_type": "binary",
"strings": {
"en_us": {
"description": "Revive Dashboard Overlay",
"name": "Revive Dashboard"
}
}
}
]
}
5 changes: 4 additions & 1 deletion ReviveOverlay/reviveoverlay.pro
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ openvr.files += ../openvr/bin/win64/openvr_api.dll
images.path = $${DESTDIR}/SupportAssets
images.files += SupportAssets/*

INSTALLS += openvr images
manifests.path = $${DESTDIR}
manifests.files += *.vrmanifest

INSTALLS += openvr images manifests
52 changes: 52 additions & 0 deletions ReviveOverlay/support.vrmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"applications": [
{
"app_key": "revive.app.oculus-dreamdeck-nux",
"arguments": "/base \"Support/oculus-dreamdeck-nux/Dreamdeck/Binaries/Win64/Dreamdeck-Win64-Shipping.exe\" -vr -dreamdeck=NUX",
"binary_path_windows": "Revive/ReviveInjector_x64.exe",
"image_path": "SupportAssets/oculus-dreamdeck-nux/cover_landscape_image.jpg",
"launch_type": "binary",
"strings": {
"en_us": {
"name": "Dreamdeck"
}
}
},
{
"app_key": "revive.app.oculus-touch-tutorial",
"arguments": "/base \"Support/oculus-touch-tutorial/TouchNUX/Binaries/Win64/TouchNUX-Win64-Shipping.exe\" -gamemode=nux",
"binary_path_windows": "Revive/ReviveInjector_x64.exe",
"image_path": "SupportAssets/oculus-touch-tutorial/cover_landscape_image.jpg",
"launch_type": "binary",
"strings": {
"en_us": {
"name": "Touch Tutorial"
}
}
},
{
"app_key": "revive.app.oculus-first-contact",
"arguments": "/base \"Support/oculus-touch-tutorial/TouchNUX/Binaries/Win64/TouchNUX-Win64-Shipping.exe\" -gamemode=\"experienceonly\" -guardianMode=\"off\"",
"binary_path_windows": "Revive/ReviveInjector_x64.exe",
"image_path": "SupportAssets/oculus-first-contact/cover_landscape_image.jpg",
"launch_type": "binary",
"strings": {
"en_us": {
"name": "Touch Experience"
}
}
},
{
"app_key": "revive.app.oculus-avatar-editor",
"arguments": "/base \"Support/oculus-avatar-editor/OVRAvatarEditor.exe\"",
"binary_path_windows": "Revive/ReviveInjector_x64.exe",
"image_path": "SupportAssets/oculus-avatar-editor/cover_landscape_image.jpg",
"launch_type": "binary",
"strings": {
"en_us": {
"name": "Oculus Avatar Editor"
}
}
}
]
}

0 comments on commit 0a34426

Please sign in to comment.