mirror of
https://github.com/ij-plugins/ijp-imagej-launcher.git
synced 2024-11-13 16:29:01 -08:00
Add "command" file to help starting the launch from Finder or as an alias on macosx
This commit is contained in:
parent
08192b13de
commit
2178cc98c7
1 changed files with 4 additions and 0 deletions
4
extras/IJP-ImageL-Launcher-0.1.0-macosx-arm64.command
Executable file
4
extras/IJP-ImageL-Launcher-0.1.0-macosx-arm64.command
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
DIR=$(cd "$(dirname "$0")" && pwd -P)
|
||||||
|
echo "$DIR"
|
||||||
|
"$DIR"/IJP-ImageL-Launcher-0.1.0-macosx-arm64 --debug --ij-dir "$DIR"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue