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