TCNOco / TcNo-Acc-Switcher

A Super-fast account switcher for Steam, Battle.net, Epic Games, Origin, Riot, Ubisoft and many others!
GNU General Public License v3.0
1.68k stars 122 forks source link

Add auto updates via microsoft OneClick #329

Open ghost opened 1 year ago

ghost commented 1 year ago

I suggest auto updates should be added since not many people manually go and update the app.

TCNOco commented 11 months ago

Auto updates as in it updates in the background without users clicking the "Update now" banner?

I looked into MSIX and other things such as getting this on the Microsoft Store, but haven't gone far in packaging it for that. OneClick installers are cool and all, but didn't let me install required runtimes until first launch. Using NSIS allowed me to step around that and automate a lot more.

Is updating without launching the account switcher explicitly, or updating when it's exited something people want? I know of some software that has this functionality like JDownloader.

ghost commented 11 months ago

Auto updates as in it updates in the background without users clicking the "Update now" banner?

I looked into MSIX and other things such as getting this on the Microsoft Store, but haven't gone far in packaging it for that. OneClick installers are cool and all, but didn't let me install required runtimes until first launch. Using NSIS allowed me to step around that and automate a lot more.

Is updating without launching the account switcher explicitly, or updating when it's exited something people want? I know of some software that has this functionality like JDownloader.

You can take the appoach that visual studio code does it updates once you close the app and checks for updates on startup.