summary refs log tree commit diff
path: root/app/Tauri.toml
diff options
context:
space:
mode:
Diffstat (limited to 'app/Tauri.toml')
-rw-r--r--app/Tauri.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Tauri.toml b/app/Tauri.toml
index ad2aa7f..7617202 100644
--- a/app/Tauri.toml
+++ b/app/Tauri.toml
@@ -17,3 +17,8 @@ height = 600
 
 [bundle]
 active = true
+
+[plugins.deep-link.desktop]
+schemes = [
+  "dev.tempest.foxfleet"
+]