JRomManager
JRomManager copied to clipboard
Linux helper scripts have incorrect class path arguments
The linux helper shell scripts use ; as the class path separator but that's only valid in Windows. *nix systems use :. PR submitted for fix here https://github.com/optyfr/JRomManager/pull/292