mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-31 13:39:36 +02:00
fix(deep-link): local machine registry handling (#2483)
* fix(deep-link): local machine registry handling * typo * Wrong version bump * return false if registry open fails --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'deep-link': 'patch:bug'
|
||||
'deep-link-js': 'patch:bug'
|
||||
---
|
||||
|
||||
Fix `is_registered` not being able to pickup deep link registered in `HKEY_LOCAL_MACHINE` on Windows
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'deep-link': 'patch:bug'
|
||||
'deep-link-js': 'patch:bug'
|
||||
---
|
||||
|
||||
Fix `unregister` not being able to remove deep link registered in `HKEY_LOCAL_MACHINE` on Windows
|
||||
Reference in New Issue
Block a user