mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
feat: always download latest wivrn
This commit is contained in:
parent
59e36748e5
commit
d9c8e6e728
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ impl SimpleComponent for App {
|
|||
));
|
||||
self.download_wivrn_thread.set(Some(download_file(
|
||||
// TODO: always download latest
|
||||
"https://github.com/Meumeu/WiVRn/releases/download/v0.4/WiVRn-oculus-release.apk".into(),
|
||||
"https://github.com/Meumeu/WiVRn/releases/latest/download/WiVRn-oculus-release.apk".into(),
|
||||
wivrn_apk_download_path()
|
||||
)));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue