Fix Journal path for macOS
This commit is contained in:
parent
cddd5d8a4f
commit
00dcba7785
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue