mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-22 08:51:36 +00:00
feat: default to CV1 openhmd branch with persistent origin
This commit is contained in:
parent
a4dc40e513
commit
ae36b28c5f
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ pub fn get_build_openhmd_jobs(profile: &Profile, clean_build: bool) -> VecDeque<
|
||||||
.openhmd
|
.openhmd
|
||||||
.repo
|
.repo
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.unwrap_or(&"https://github.com/OpenHMD/OpenHMD".into())
|
.unwrap_or(&"https://github.com/thaytan/OpenHMD".into())
|
||||||
.clone(),
|
.clone(),
|
||||||
dir: profile.features.openhmd.path.as_ref().unwrap().clone(),
|
dir: profile.features.openhmd.path.as_ref().unwrap().clone(),
|
||||||
branch: profile
|
branch: profile
|
||||||
|
@ -25,7 +25,7 @@ pub fn get_build_openhmd_jobs(profile: &Profile, clean_build: bool) -> VecDeque<
|
||||||
.openhmd
|
.openhmd
|
||||||
.branch
|
.branch
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.unwrap_or(&"master".into())
|
.unwrap_or(&"rift-room-config".into())
|
||||||
.clone(),
|
.clone(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue