fix
This commit is contained in:
parent
5e8e58033b
commit
efcaa2e493
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue