=> 5d50db93f30e22592187e0dab9a8466946b65587
[1mdiff --git a/src/app.c b/src/app.c[m [1mindex 7cd9e9e2..58eecf51 100644[m [1m--- a/src/app.c[m [1m+++ b/src/app.c[m [36m@@ -325,6 +325,9 @@[m [mstatic const char *dataDir_App_(void) {[m }[m [m static const char *downloadDir_App_(void) {[m [32m+[m[32m#if defined (iPlatformAndroidMobile)[m [32m+[m[32m return concatPath_CStr(SDL_AndroidGetInternalStoragePath(), "Downloads");[m [32m+[m[32m#endif[m #if defined (iPlatformLinux) || defined (iPlatformOther)[m /* Parse user-dirs.dirs using the `xdg-user-dir` tool. */[m iProcess *proc = iClob(new_Process());[m [36m@@ -346,9 +349,6 @@[m [mstatic const char *downloadDir_App_(void) {[m makeDirs_Path(dlDir);[m }[m return cstr_String(dlDir);[m [31m-#endif[m [31m-#if defined (iPlatformAndroidMobile)[m [31m- return SDL_AndroidGetInternalStoragePath();[m #endif[m return defaultDownloadDir_App_;[m }[m
text/gemini; charset=utf-8
This content has been proxied by September (3851b).