mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +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
|
||||
journal = std::string(path) + std::string("/_______.app/Contents/MacOS/_______");
|
||||
#else
|
||||
journal = std::string(path) + std::string("_______");
|
||||
journal = std::string(path) + std::string("/_______");
|
||||
#endif
|
||||
|
||||
// Run the binary
|
||||
|
|
|
|||
Loading…
Reference in a new issue