Merge branch 'master' of ssh://gitea.bowongai.com:221/bowong/mxivideo
This commit is contained in:
commit
4e295be5eb
|
|
@ -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