Skip to content

Commit

Permalink
fiji.toml: give full path to fiji.py
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
ctrueden committed May 23, 2024
1 parent 892fbc3 commit 8c8867d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/fiji.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}',
Expand Down

0 comments on commit 8c8867d

Please sign in to comment.