Hi,
I have setup the updater plugin and it's working well on Windows, and Linux with AppImage.
The debian package however fails to update with the following error:
[2025-11-18][10:11:16][tauri_plugin_updater::updater][WARN] update is not a valid deb package
[2025-11-18][10:11:16][webview][ERROR] invalid updater binary format
I have manually downloaded the .deb package from the autogenerated latest.json file, and tried to run the deb validation function manually:
Running the infer::archive::is_deb() function on the manually downloaded file works fine and returns true.
I suspect the updater isn't downloading the right file but there's no log to help me debug it.