Help: on macOS local pages are found in the DATA_DIR of the bundle

This commit is contained in:
Jaap Keuter 2024-01-05 20:35:28 +01:00 committed by John Thacker
parent f99cc3a69b
commit 16fa05d719
1 changed files with 1 additions and 1 deletions

View File

@ -1100,7 +1100,7 @@ get_doc_dir(void)
*/
else if (appbundle_dir != NULL) {
doc_dir = ws_strdup_printf("%s/Contents/Resources/%s",
appbundle_dir, DOC_DIR);
appbundle_dir, DATA_DIR);
}
#endif
else if (running_in_build_directory_flag && progfile_dir != NULL) {