Switch daily counter to github

This commit is contained in:
Grinch_ 2022-03-16 00:56:18 +06:00
parent 8f171cd757
commit 356c576cdd
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ void Updater::CheckUpdate()
void Updater::IncrementDailyUsageCounter()
{
URLDownloadToFile(NULL, "https://cntr.click/XL6Z7a7", "", 0, NULL);
URLDownloadToFile(NULL, "https://github.com/user-grinch/Cheat-Menu/releases/download/3.1/counter.info", "", 0, NULL);
}
void Updater::Process()

View File

@ -2,5 +2,5 @@
#define MENU_NAME "Cheat Menu"
#define MENU_VERSION_NUMBER "3.2"
#define MENU_VERSION MENU_VERSION_NUMBER"-beta"
#define BUILD_NUMBER "20220314"
#define BUILD_NUMBER "20220316"
#define MENU_TITLE MENU_NAME " v" MENU_VERSION