From 8fd5b9a0c66eebe10192ac5e34e6212baade3b76 Mon Sep 17 00:00:00 2001 From: rzmk Date: Tue, 20 Feb 2024 11:45:29 -0500 Subject: [PATCH] fix: enable access to broken link --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6f8b047..4062e09 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -34,7 +34,7 @@ }, "plugins": { "shell": { - "open": "https://github\\.com/rzmk/fformat" + "open": "^https://github\\.com/rzmk" } }, "identifier": "com.fformat.dev",