mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
Fix Journal path
This commit is contained in:
parent
6098a2d6d5
commit
29f8c7123a
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ RB_METHOD(nikoStart)
|
||||||
#ifdef OS_OSX
|
#ifdef OS_OSX
|
||||||
journal = std::string(path) + std::string("/_______.app/Contents/MacOS/_______");
|
journal = std::string(path) + std::string("/_______.app/Contents/MacOS/_______");
|
||||||
#else
|
#else
|
||||||
journal = std::string(path) + std::string("_______");
|
journal = std::string(path) + std::string("/_______");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Run the binary
|
// Run the binary
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue