You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The built-in updater should update Replugged's manifest (replugged.json) alongside replugged.asar. This will help the installer app correctly decide whether it needs to download a new version of Replugged.
Currently, the Tauri installer saves this JSON but the in-client updater does not, so the installer will be operating with potentially outdated information if the client updates and the installer is run again after that.
The text was updated successfully, but these errors were encountered:
The built-in updater should update Replugged's manifest (replugged.json) alongside replugged.asar. This will help the installer app correctly decide whether it needs to download a new version of Replugged.
Currently, the Tauri installer saves this JSON but the in-client updater does not, so the installer will be operating with potentially outdated information if the client updates and the installer is run again after that.
The text was updated successfully, but these errors were encountered: