Fix Journal path for macOS

This commit is contained in:
Vinyl Darkscratch 2018-03-08 03:34:55 -08:00
parent cddd5d8a4f
commit 00dcba7785
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ Oneshot::Oneshot(RGSSThreadData &threadData) :
p->docsPath = path.c_str(); p->docsPath = path.c_str();
p->gamePath = path.c_str(); p->gamePath = path.c_str();
#ifdef OS_OSX #ifdef OS_OSX
p->journal = "_______.app"; p->journal = "_______.app/Contents/MacOS/_______";
#elif defined OS_LINUX #elif defined OS_LINUX
p->journal = "_______"; p->journal = "_______";
#endif #endif