fixed deeplinks on windows

This commit is contained in:
coolcoala
2025-08-12 21:19:26 +03:00
parent 8b8daa7b4c
commit 94e785c75c
4 changed files with 16 additions and 4 deletions

10
pnpm-lock.yaml generated
View File

@@ -92,6 +92,9 @@ importers:
'@tauri-apps/plugin-clipboard-manager':
specifier: ^2.2.2
version: 2.3.0
'@tauri-apps/plugin-deep-link':
specifier: ~2
version: 2.4.1
'@tauri-apps/plugin-dialog':
specifier: ^2.2.2
version: 2.3.0
@@ -2199,6 +2202,9 @@ packages:
'@tauri-apps/plugin-clipboard-manager@2.3.0':
resolution: {integrity: sha512-81NOBA2P+OTY8RLkBwyl9ZR/0CeggLub4F6zxcxUIfFOAqtky7J61+K/MkH2SC1FMxNBxrX0swDuKvkjkHadlA==}
'@tauri-apps/plugin-deep-link@2.4.1':
resolution: {integrity: sha512-I8Bo+spcAKGhIIJ1qN/gapp/Ot3mosQL98znxr975Zn2ODAkUZ++BQ9FnTpR7PDwfIl5ANSGdIW/YU01zVTcJw==}
'@tauri-apps/plugin-dialog@2.3.0':
resolution: {integrity: sha512-ylSBvYYShpGlKKh732ZuaHyJ5Ie1JR71QCXewCtsRLqGdc8Is4xWdz6t43rzXyvkItM9syNPMvFVcvjgEy+/GA==}
@@ -5779,6 +5785,10 @@ snapshots:
dependencies:
'@tauri-apps/api': 2.6.0
'@tauri-apps/plugin-deep-link@2.4.1':
dependencies:
'@tauri-apps/api': 2.6.0
'@tauri-apps/plugin-dialog@2.3.0':
dependencies:
'@tauri-apps/api': 2.6.0