diff --git a/qt/launcher/src/main.rs b/qt/launcher/src/main.rs index dab9435ea..9c1c4abb2 100644 --- a/qt/launcher/src/main.rs +++ b/qt/launcher/src/main.rs @@ -53,6 +53,7 @@ struct State { previous_version: Option, resources_dir: std::path::PathBuf, venv_folder: std::path::PathBuf, + libpython_path: std::path::PathBuf, /// system Python + PyQt6 library mode system_qt: bool, } @@ -132,6 +133,7 @@ fn run() -> Result<()> { && resources_dir.join("system_qt").exists(), resources_dir, venv_folder: uv_install_root.join(".venv"), + libpython_path: uv_install_root.join("libpath"), }; // Check for uninstall request from Windows uninstaller