Fix Journal path for macOS

This commit is contained in:
Vinyl Darkscratch 2018-03-08 03:34:55 -08:00
parent cddd5d8a4f
commit 00dcba7785

View file

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