We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d27de commit b637a51Copy full SHA for b637a51
README.md
@@ -10,9 +10,13 @@
10
Much credit to [@lemarier](https://github.com/lemarier) for the underlying logic at https://github.com/lemarier/updater-deno
11
12
## Tauri Version Support
13
-Tauri >= v1.0.0-rc5 : use `https://your-update-server.com/v1` route
+### Tauri >= v1.0.0-rc5:
14
15
-Legacy: use `https://your-update-server.com/`
+use `https://your-update-server.com/v1` route
16
+For example usage, see [Brancato config](https://github.com/KilleenCode/brancato/blob/main/src-tauri/tauri.conf.json#L55)
17
+
18
+### Legacy
19
+use `https://your-update-server.com/`
20
21
## Cloudflare Wrangler
22
0 commit comments