Hello,
I am upgrading our app in production from a version with Tauri V1 to a version with Tauri V2. For V1, I am using the native updater plugin.
However, for some reason, users on the Tauri V1 version get the prompt to update, but when they click update, they go through the process, only to be left in the same (old) version of the app. This only happens on Windows. On Mac, the app successfully updates, but segfaults on first restart.
Does anyone have any idea how to fix this? This is fairly urgent for us as it's preventing us from shipping out an update to users of our desktop app. We are using the option to create v1-compatible artifacts.