This commit is contained in:
root 2025-07-11 15:22:36 +08:00
parent 5e8e58033b
commit efcaa2e493
1 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,8 @@ pub fn run() {
commands::python_env_manager::install_python_package,
commands::python_env_manager::uninstall_python_package,
commands::python_env_manager::upgrade_python_package,
commands::python_env_manager::setup_embedded_python
commands::python_env_manager::setup_embedded_python,
commands::python_env_manager::setup_embedded_python_simple
])
.run(tauri::generate_context!())
.expect("error while running tauri application");