Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
travis.larson.1188's avatar
2 years ago
Solved

App Distribution Upload Issues: DevPost

Hi, Posted this earlier in the general Forum and discovered this may be a better place for help. I'm attempting to Upload a build to my Alpha Channel via the Meta Quest Developer Hub but it keeps f...
  • MAD-VF's avatar
    2 years ago

    assuming the build of your project is in   z:\myprj\build\   and the exe  is    z:\myprj\build\launcher.exe    below the command in full that (usually) works for me

    ovr-platform-util  upload-rift-build --app-id <yourappid> --app-secret <yourappsecret> --build-dir "z:\myprj\build\" --launch-file "z:\myprj\build\launcher.exe" --channel ALPHA --version "1.0"