From 8419cfd3282af226570fac603841458ba3719cfc Mon Sep 17 00:00:00 2001 From: hinerm Date: Fri, 3 May 2024 14:48:59 -0500 Subject: [PATCH] Enable updating in Fiji if JVM directive is active --- configs/fiji.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/fiji.toml b/configs/fiji.toml index 7cd78d9..d342195 100644 --- a/configs/fiji.toml +++ b/configs/fiji.toml @@ -89,7 +89,7 @@ modes = [ directives = [ '--print-ij-dir|print-app-dir,ABORT', # For backwards compatibility. - 'LAUNCH:JVM|INIT_THREADS', + 'LAUNCH:JVM|install-pending-updates,INIT_THREADS', ] # /============================================================================\