From f389231ca431f8a704396e958c1e70706f995c67 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Tue, 22 Feb 2022 05:49:57 +0000 Subject: [PATCH] home must be accessible from updaters --- core/src/main/groovy/com/muwire/core/Core.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/groovy/com/muwire/core/Core.groovy b/core/src/main/groovy/com/muwire/core/Core.groovy index 35a981c9..d6739926 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -135,7 +135,7 @@ public class Core { final EventBus eventBus final Persona me final String version; - final File home + public final File home final Properties i2pOptions final MuWireSettings muOptions