r5sdk/r5dev/sdklauncher/sdkupdater.h
Kawe Mazidjatari a3ea28e70c Add standalone SDK updater
Compiled to 'game/bin/', current purpose is to just replace launcher.exe after update as launcher.exe is the main updater, but needs to be killed to update itself.
2023-07-29 16:55:34 +02:00

8 lines
143 B
C

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