🐛 修复应用商店启动的应用会随着应用商店关闭而关闭

This commit is contained in:
柚子
2025-03-08 00:16:30 +08:00
parent 468b8cb69e
commit e0566ba440

View File

@@ -1,4 +1,4 @@
use std::process::Command;
use std::{os::unix::process::CommandExt, process::Command};
#[tauri::command]
pub async fn check_is_installed(pkgname: String) -> Result<bool, String> {