mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* 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.
8 lines
144 B
C
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
|