mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
fix: wivrn apk download link
This commit is contained in:
parent
d51fefb6de
commit
c8f219402b
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ impl AsyncComponent for InstallWivrnBox {
|
|||
}
|
||||
Ok(WivrnApkRef::Commit(commit)) => {
|
||||
sender.input(Self::Input::DoInstall(
|
||||
format!("https://github.com/WiVRn/WiVRn-APK/releases/download/apk-${commit}/org.meumeu.wivrn-standard-release.apk")
|
||||
format!("https://github.com/WiVRn/WiVRn-APK/releases/download/apk-{commit}/org.meumeu.wivrn-standard-release.apk")
|
||||
));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue