Skip to content

Commit

Permalink
Bug fix: Added searching of PATH environment variable for either bash…
Browse files Browse the repository at this point in the history
… or zsh shell
  • Loading branch information
EasyG0ing1 committed Feb 1, 2023
1 parent 609b0b1 commit 4a8dd29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ OR
Java libraries are compiled into the app package so no need to install Java.

### GUI Mode
If you run the program in GUI mode and it quits without showing that it's `Done!`, run it from within terminal as described above and it should kick out an error message that will help you understand why it wasn't able to process the file.
If you run the program in GUI mode and it quits without showing that it's `Done!`, run it from within terminal using this command:
```Bash
/Applications/MacIcns.app/Contents/MacOS/universalJavaApplicationStub
```
Then, try to process your image again but this time when it exits, it should kick out an error message that will help you understand why it wasn't able to process the file.

## How it works

Expand Down

0 comments on commit 4a8dd29

Please sign in to comment.