Merge branch 'master' of ssh://gitea.bowongai.com:221/bowong/mxivideo

This commit is contained in:
imeepos 2025-07-11 15:22:43 +08:00
commit 4e295be5eb
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::install_python_package,
commands::python_env_manager::uninstall_python_package, commands::python_env_manager::uninstall_python_package,
commands::python_env_manager::upgrade_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!()) .run(tauri::generate_context!())
.expect("error while running tauri application"); .expect("error while running tauri application");