summary refs log tree commit diff
path: root/app/Tauri.toml
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2025-02-16 15:18:09 -0700
committerAshelyn Rose <git@ashen.earth>2025-02-16 15:18:09 -0700
commit5e8d3bc7008d29115bc520a75a9e49c00e2c270f (patch)
treedc3aab4ba61ff0b558cdee8cbe08e07533be5596 /app/Tauri.toml
parentb5d6d25912993b91bc1b3ec52c352431398c36d9 (diff)
Can now sign in and fetch account data
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"
+]