quick fix so mobile build downloads aren't broken

This commit is contained in:
UnknownShadow200 2023-08-14 08:30:16 +10:00
parent 3a643efc24
commit aade5b41c7

View File

@ -845,12 +845,12 @@ static cc_result Process_RawGetExePath(char* path, int* len) {
/*########################################################################################################################*
*--------------------------------------------------------Updater----------------------------------------------------------*
*#########################################################################################################################*/
cc_bool Updater_Supported = true;
#if defined CC_BUILD_ANDROID
/* implemented in Platform_Android.c */
#elif defined CC_BUILD_IOS
/* implemented in interop_ios.m */
#else
cc_bool Updater_Supported = true;
cc_bool Updater_Clean(void) { return true; }
#if defined CC_BUILD_RPI