From eba1a2255473bc94b66bb316c41ab974d4f18508 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Thu, 29 Mar 2018 04:10:38 -0700 Subject: [PATCH] Fix journal path --- src/oneshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oneshot.cpp b/src/oneshot.cpp index 0391e70..9ab2449 100644 --- a/src/oneshot.cpp +++ b/src/oneshot.cpp @@ -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