Skip to content

Commit

Permalink
ReviveOverlay: Include action_manifest_path field in app manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Dec 11, 2019
1 parent f37137a commit 28de1c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ReviveOverlay/Oculus.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function generateManifest(manifest) {
"launch_type" : "binary",
"binary_path_windows" : "Revive/x64/ReviveInjector.exe",
"arguments" : apc + "/app " + manifest["canonicalName"] + " /library \"Software\\" + manifest["canonicalName"] + "\\" + launch + "\"" + parameters,

"action_manifest_path" : "Input/action_manifest.json",
"image_path" : Revive.BasePath + "CoreData/Software/StoreAssets/" + manifest["canonicalName"] + "_assets/cover_landscape_image_large.png",

"strings" : {
Expand Down
4 changes: 4 additions & 0 deletions ReviveOverlay/support.vrmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"applications": [
{
"app_key": "revive.app.oculus-dreamdeck-nux",
"action_manifest_path": "Input/action_manifest.json",
"arguments": "/app oculus-dreamdeck-nux /base \"Support/oculus-dreamdeck-nux/Dreamdeck/Binaries/Win64/Dreamdeck-Win64-Shipping.exe\" -vr -dreamdeck=NUX",
"binary_path_windows": "Revive/x64/ReviveInjector.exe",
"image_path": "SupportAssets/oculus-dreamdeck-nux/cover_landscape_image.jpg",
Expand All @@ -14,6 +15,7 @@
},
{
"app_key": "revive.app.oculus-touch-tutorial",
"action_manifest_path": "Input/action_manifest.json",
"arguments": "/app oculus-touch-tutorial /base \"Support/oculus-touch-tutorial/WindowsNoEditor/TouchNUX/Binaries/Win64/TouchNUX-Win64-Shipping.exe\" -gamemode=nux",
"binary_path_windows": "Revive/x64/ReviveInjector.exe",
"image_path": "SupportAssets/oculus-touch-tutorial/cover_landscape_image.jpg",
Expand All @@ -26,6 +28,7 @@
},
{
"app_key": "revive.app.oculus-first-contact",
"action_manifest_path": "Input/action_manifest.json",
"arguments": "/app oculus-first-contact /base \"Support/oculus-touch-tutorial/WindowsNoEditor/TouchNUX/Binaries/Win64/TouchNUX-Win64-Shipping.exe\" -gamemode=\"experienceonly\"",
"binary_path_windows": "Revive/x64/ReviveInjector.exe",
"image_path": "SupportAssets/oculus-first-contact/cover_landscape_image.jpg",
Expand All @@ -38,6 +41,7 @@
},
{
"app_key": "revive.app.oculus-worlds",
"action_manifest_path": "Input/action_manifest.json",
"arguments": "/app oculus-worlds /base \"Support/oculus-worlds/Home2/Binaries/Win64/Home2-Win64-Shipping.exe\"",
"binary_path_windows": "Revive/x64/ReviveInjector.exe",
"image_path": "SupportAssets/oculus-worlds/cover_landscape_image.jpg",
Expand Down

0 comments on commit 28de1c7

Please sign in to comment.