feat: add open_external_url command to open URLs in the default browser
All checks were successful
Build / check-version (push) Successful in 6s
Build / build-windows (push) Successful in 6m12s
Build / build-linux (push) Successful in 9m27s
Build / build-android (push) Successful in 26m23s
Build / create-release (push) Has been skipped

This commit is contained in:
2026-01-25 21:50:17 +11:00
parent 61c1e3857d
commit 90407c49c6
4 changed files with 11 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ tauri-plugin-window-state = "2"
tauri-plugin-single-instance = "2"
tauri-plugin-updater = "2"
tauri-plugin-autostart = "2"
open = "5"
[features]
default = ["custom-protocol"]