From 8c8867d4277a6191791f6fa815a12af1ee38093d Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Thu, 23 May 2024 09:15:55 -0500 Subject: [PATCH] fiji.toml: give full path to fiji.py It matters on macOS, which has a CWD of ${app-dir}/Contents/MacOS rather than ${app-dir} during launch. (This CWD behavior might be undesirable, but it's good to be explicit with the script-path anyway.) --- configs/fiji.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/fiji.toml b/configs/fiji.toml index 518de85..93dc727 100644 --- a/configs/fiji.toml +++ b/configs/fiji.toml @@ -104,7 +104,7 @@ python.packages = [ 'scyjava>=1.9.1', ] -python.script-path = ['fiji.py'] +python.script-path = ['${app-dir}/fiji.py'] python.main-args = [ '${jvm.libjvmPath}',