Fix Journal path
This commit is contained in:
parent
6098a2d6d5
commit
29f8c7123a
|
|
@ -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 New Issue