From c8f219402b4d4a6972d3cd55fd6ea39866deed6c Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Tue, 27 Aug 2024 22:48:03 +0200 Subject: [PATCH] fix: wivrn apk download link --- src/ui/install_wivrn_box.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/install_wivrn_box.rs b/src/ui/install_wivrn_box.rs index 92f8123..0f34613 100644 --- a/src/ui/install_wivrn_box.rs +++ b/src/ui/install_wivrn_box.rs @@ -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") )); } };