diff --git a/native/src/components/runtime.rs b/native/src/components/runtime.rs index 5b8feb63..7cc99bd5 100644 --- a/native/src/components/runtime.rs +++ b/native/src/components/runtime.rs @@ -296,9 +296,7 @@ impl Runtime { let dirs = ProjectDirs::new()?; let mut storage = Storage::load(&dirs)?; - if !storage.config.use_linked_runtime { - self.uninstall()?; - } + self.uninstall()?; storage.config.use_linked_runtime = true; storage.write(&dirs)?;