diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-02-16 15:18:09 -0700 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-02-16 15:18:09 -0700 |
commit | 5e8d3bc7008d29115bc520a75a9e49c00e2c270f (patch) | |
tree | dc3aab4ba61ff0b558cdee8cbe08e07533be5596 /app/Tauri.toml | |
parent | b5d6d25912993b91bc1b3ec52c352431398c36d9 (diff) |
Can now sign in and fetch account data
Diffstat (limited to 'app/Tauri.toml')
-rw-r--r-- | app/Tauri.toml | 5 |
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" +] |