🐛 修复应用商店启动的应用会随着应用商店关闭而关闭
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user