feat: always download latest wivrn

This commit is contained in:
Gabriele Musco 2023-06-19 21:40:53 +02:00
parent 59e36748e5
commit d9c8e6e728
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -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()
)));
}