-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arguments do not work on the native .exe executable. #71
Arguments do not work on the native .exe executable. #71
Comments
Looks like an easy fix, I have opened a PR. |
Going to reopen this as its not much use as the log output/status code is not forwarded from the jvm. |
Any progress? |
I dont think this is something that really needs to be fixed imo. The windows exe version is mostly targeted towards normal players wanting to install. Using the jar when in the cli seems better to me. |
It's still a pretty nice feature to have, it's useful in some edge cases. |
Using java to use the CLI version of the fabric installer works perfectly, however, this doesn't appear to work with the exe version. It just opens the GUI.
It would be useful to have this working, as when automating a fabric install for end users, they wouldn't need their
JAVA_PATH
set or bother with installing java in the first place.The text was updated successfully, but these errors were encountered: