Simon Hyll
Simon Hyll
This is an upstream issue as the fix would be to update the official documentation in the configuration itself, which in turn would fix the docs. I'll track it for...
Not sure where to cover this 🤔 But regardless will track it for 2.0 as information we want covered one way or another.
I don't think we can make a full on "caniuse" type of page for this in the documentation, but we can certainly add information about how to figure this sort...
@amrbashir You can still do links like this: https://deploy-preview-1996--tauri-docs-starlight.netlify.app/releases/tauri/#enhancements We'd just need to update the links that get generated a bit so they target a specific release I kinda like...
I've toyed around a bit with this today here And it was surprisingly easy to get it to download a Tauri .msi file. You just have to put a `latest.yaml`...
Some progress on this issue: On Linux I've verified that AppImage updating works flawlessly if you just set the values in `latest-linux.yml` correctly! And since `.deb` packages should really be...
Here's a snippet I cooked up that's capable of downloading the `.msi` and executing it. It's a very basic variant without things like checksum checking and it doesn't download to...
# Steps 1. Build your Tauri app 2. Take the appropriate `latest-*.yml` file from your Electron build 3. Change the filename and version nr 4. Remove `blockMapSize` if it's there,...
Thank you for the feedback! I'll track this for 2.0, I think this might be good information for us to put in the IPC blog post potentially as well as...
Tracking this for 2.0 so we don't forget about it. Security concerns will be less gathered in a single place in 2.0, and more scattered about on the pages where...