fix uni link when mac service started, by use

applicationShouldOpenUntitledFile delegate
This commit is contained in:
rustdesk
2024-03-26 14:11:02 +08:00
parent e86d4657da
commit 9ad240951e
4 changed files with 46 additions and 11 deletions

4
Cargo.lock generated
View File

@@ -6176,7 +6176,7 @@ dependencies = [
[[package]]
name = "tao"
version = "0.25.0"
source = "git+https://github.com/rustdesk-org/tao?branch=dev#1a813dc8788735ff0ad427ffa71394aa02d16709"
source = "git+https://github.com/rustdesk-org/tao?branch=dev#1cad16b200485bbccc67dcee2d339eac6e1c16ad"
dependencies = [
"bitflags 1.3.2",
"cc",
@@ -6216,7 +6216,7 @@ dependencies = [
[[package]]
name = "tao-macros"
version = "0.1.2"
source = "git+https://github.com/rustdesk-org/tao?branch=dev#1a813dc8788735ff0ad427ffa71394aa02d16709"
source = "git+https://github.com/rustdesk-org/tao?branch=dev#1cad16b200485bbccc67dcee2d339eac6e1c16ad"
dependencies = [
"proc-macro2 1.0.69",
"quote 1.0.33",