Since we update to the latest version of electron-updater it enabled auto-update for DEB. RPM and PACMAN. The problem is that it is not stable on all distros and also we already publish the pacman file on AUR so it conflicts with the ARCH updates.
There are also some cases where it needs elevation but the distro won't ask for it.
So we should disable it for now until we test this feature a bit more.
Use the following Checklist if you have changed something on the Backend or Frontend:
[ ] Tested the feature and it's working on a current and clean install.
[ ] Tested the main App features and they are still working on a current and clean install. (Login, Install, Play, Uninstall, Move games, etc.)
[ ] Created / Updated Tests (If necessary)
[ ] Created / Updated documentation (If necessary)
Since we update to the latest version of electron-updater it enabled auto-update for DEB. RPM and PACMAN. The problem is that it is not stable on all distros and also we already publish the pacman file on AUR so it conflicts with the ARCH updates. There are also some cases where it needs elevation but the distro won't ask for it. So we should disable it for now until we test this feature a bit more.
Use the following Checklist if you have changed something on the Backend or Frontend: