From 00dcba7785034905e616334ca841cbf13d6de72e Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Thu, 8 Mar 2018 03:34:55 -0800 Subject: [PATCH] Fix Journal path for macOS --- src/oneshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oneshot.cpp b/src/oneshot.cpp index 95a2242..65e9521 100644 --- a/src/oneshot.cpp +++ b/src/oneshot.cpp @@ -585,7 +585,7 @@ Oneshot::Oneshot(RGSSThreadData &threadData) : p->docsPath = path.c_str(); p->gamePath = path.c_str(); #ifdef OS_OSX - p->journal = "_______.app"; + p->journal = "_______.app/Contents/MacOS/_______"; #elif defined OS_LINUX p->journal = "_______"; #endif