mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
Merge branch 'fix-linux-errors' into fix-migrate-tauri2-errors
* fix-linux-errors: chore: try to fix service not started on linux
This commit is contained in:
@@ -58,6 +58,7 @@ pub fn run() {
|
||||
}
|
||||
tauri::async_runtime::block_on(async move {
|
||||
resolve::resolve_setup(app).await;
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
{
|
||||
let argvs: Vec<String> = std::env::args().collect();
|
||||
|
||||
Reference in New Issue
Block a user