mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +00:00
Fix journal path
This commit is contained in:
parent
8d0c7dbb6a
commit
eba1a22554
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ Oneshot::Oneshot(RGSSThreadData &threadData) :
|
|||
p->docsPath = path.c_str();
|
||||
p->gamePath = path.c_str();
|
||||
#ifdef OS_OSX
|
||||
p->journal = "_______.app/Contents/MacOS/_______";
|
||||
p->journal = "_______.app";
|
||||
#elif defined OS_LINUX
|
||||
p->journal = "_______";
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue