feat: default to CV1 openhmd branch with persistent origin
Some checks are pending
/ cargo-fmtcheck (push) Waiting to run
/ cargo-clippy (push) Waiting to run
/ cargo-test (push) Waiting to run
/ appimage (push) Waiting to run

This commit is contained in:
Bones 2024-10-16 18:21:33 -04:00
parent a4dc40e513
commit ae36b28c5f

View file

@ -17,7 +17,7 @@ pub fn get_build_openhmd_jobs(profile: &Profile, clean_build: bool) -> VecDeque<
.openhmd
.repo
.as_ref()
.unwrap_or(&"https://github.com/OpenHMD/OpenHMD".into())
.unwrap_or(&"https://github.com/thaytan/OpenHMD".into())
.clone(),
dir: profile.features.openhmd.path.as_ref().unwrap().clone(),
branch: profile
@ -25,7 +25,7 @@ pub fn get_build_openhmd_jobs(profile: &Profile, clean_build: bool) -> VecDeque<
.openhmd
.branch
.as_ref()
.unwrap_or(&"master".into())
.unwrap_or(&"rift-room-config".into())
.clone(),
};