mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-19 15:31:41 +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
|
||||
.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(),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue