r5sdk/r5dev/sdklauncher/sdkupdater.h
Kawe Mazidjatari a7277b47fc Launcher UX Improvements
* Fix bug regarding searching for prerelease builds, prerelease was assumed to be always at the top but this isn't true.
* Make the prerelease toggle button check for updates instantly.
* Automatically launch the game after the update has finished.
2023-10-29 20:08:10 +01:00

8 lines
144 B
C

#ifndef SDKUPDATER_H
#define SDKUPDATER_H
#define UPDATER_VERSION "v0.3a"
#define UPDATER_SLEEP_TIME_BEFORE_EXIT 15000
#endif // SDKUPDATER_H