Skip to content

Commit

Permalink
ReviveManifest: Update paths for the Oculus Touch Tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Jul 26, 2018
1 parent afe2e00 commit 5dcb544
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ReviveOverlay/revivemanifestcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ CReviveManifestController::CReviveManifestController()
, m_bLibraryFound(false)
{
m_supportArgs["revive.app.oculus-dreamdeck-nux"] = R"(/base Support\oculus-dreamdeck-nux\Dreamdeck\Binaries\Win64\Dreamdeck-Win64-Shipping.exe -vr -dreamdeck=NUX)";
m_supportArgs["revive.app.oculus-touch-tutorial"] = R"(/base Support\oculus-touch-tutorial\TouchNUX\Binaries\Win64\TouchNUX-Win64-Shipping.exe -gamemode=nux)";
m_supportArgs["revive.app.oculus-first-contact"] = R"(/base Support\oculus-touch-tutorial\TouchNUX\Binaries\Win64\TouchNUX-Win64-Shipping.exe -gamemode="experienceonly")";
m_supportArgs["revive.app.oculus-touch-tutorial"] = R"(/base Support\oculus-touch-tutorial\WindowsNoEditor\TouchNUX\Binaries\Win64\TouchNUX-Win64-Shipping.exe -gamemode=nux)";
m_supportArgs["revive.app.oculus-first-contact"] = R"(/base Support\oculus-touch-tutorial\WindowsNoEditor\TouchNUX\Binaries\Win64\TouchNUX-Win64-Shipping.exe -gamemode="experienceonly")";
m_supportArgs["revive.app.oculus-avatar-editor"] = R"(/base Support\oculus-avatar-editor\OVRAvatarEditor.exe)";
}

Expand Down
4 changes: 4 additions & 0 deletions ReviveOverlay/reviveoverlay.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,10 @@
<ItemGroup>
<ClInclude Include="version.h" />
</ItemGroup>
<ItemGroup>
<None Include="app.vrmanifest" />
<None Include="support.vrmanifest" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
<ProjectExtensions>
Expand Down
8 changes: 6 additions & 2 deletions ReviveOverlay/reviveoverlay.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@
<CustomBuild Include="overlay.qrc">
<Filter>Resource Files</Filter>
</CustomBuild>
<None Include="Oculus.js" />
<None Include="Overlay.qml" />
</ItemGroup>
<ItemGroup>
<None Include="Oculus.js">
Expand All @@ -166,6 +164,12 @@
<None Include="Overlay.qml">
<Filter>Distribution Files</Filter>
</None>
<None Include="support.vrmanifest">
<Filter>Resource Files</Filter>
</None>
<None Include="app.vrmanifest">
<Filter>Resource Files</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="C:\Source\revive\ReviveOverlay\ReviveOverlay_resource.rc" />
Expand Down
4 changes: 2 additions & 2 deletions ReviveOverlay/support.vrmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"app_key": "revive.app.oculus-touch-tutorial",
"arguments": "/base \"Support/oculus-touch-tutorial/TouchNUX/Binaries/Win64/TouchNUX-Win64-Shipping.exe\" -gamemode=nux",
"arguments": "/base \"Support/oculus-touch-tutorial/WindowsNoEditor/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",
Expand All @@ -26,7 +26,7 @@
},
{
"app_key": "revive.app.oculus-first-contact",
"arguments": "/base \"Support/oculus-touch-tutorial/TouchNUX/Binaries/Win64/TouchNUX-Win64-Shipping.exe\" -gamemode=\"experienceonly\"",
"arguments": "/base \"Support/oculus-touch-tutorial/WindowsNoEditor/TouchNUX/Binaries/Win64/TouchNUX-Win64-Shipping.exe\" -gamemode=\"experienceonly\"",
"binary_path_windows": "Revive/ReviveInjector_x64.exe",
"image_path": "SupportAssets/oculus-first-contact/cover_landscape_image.jpg",
"launch_type": "binary",
Expand Down

0 comments on commit 5dcb544

Please sign in to comment.