diff --git a/src/Aspect/Aspect_OpenVRSession.cxx b/src/Aspect/Aspect_OpenVRSession.cxx index eb2e8f6b72..e367ef6156 100644 --- a/src/Aspect/Aspect_OpenVRSession.cxx +++ b/src/Aspect/Aspect_OpenVRSession.cxx @@ -206,7 +206,7 @@ TCollection_AsciiString defaultActionsManifestInit() return aCasRoot + "/XRResources/src/" + THE_ACTIONS_JSON; } } - return OSD_Process::ExecutablePath() + "/occtvr_actions.json"; + return OSD_Process::ExecutableFolder() + "/occtvr_actions.json"; } } // namespace #endif