diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 950b792..cd0616d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "SensiMouse", - "version": "0.0.11" + "version": "1.0.0" }, "tauri": { "allowlist": { @@ -16,7 +16,7 @@ "show": true }, "shell": { - "open": "^https?://(github.com)" + "open": "^https?://(github.com|raw.githubusercontent.com)" } }, "bundle": {