fix: wivrn apk download link

This commit is contained in:
Gabriele Musco 2024-08-27 22:48:03 +02:00
parent d51fefb6de
commit c8f219402b

View file

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