mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +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)) => {
|
Ok(WivrnApkRef::Commit(commit)) => {
|
||||||
sender.input(Self::Input::DoInstall(
|
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
Add a link
Reference in a new issue