-
Notifications
You must be signed in to change notification settings - Fork 135
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
WinRun4j executables do not respect program arguments in app.l4j.ini
#173
Comments
Hi @keastrid! |
@fvarrui well, turns out it was worth the effort for me... I've mostly rewritten what wr4j is doing and have it capable of reading in l4j's thing. Though what I have now is probably less feature complete, it does turn things on. Would you be open to supporting it in javapackager, or adding a |
@keastrid, oh, great! 😅 ... what if we do the same as with custom templates? So, if you place a resource with the same name in But if your |
And by "mostly rewritten" I meant "I made a new thing" (I can't read C and wn4j looked like a mess). So far the advantage over wr4j is no need to be so specific with the location of In its current state it will produce a launcher that will read the config files and function - I have yet to test RCEdit for the icon and name though. |
Wow, nice work! I think in this case we should add Why (😄) as new EXE generation tool. Please, tell me something about tests with RCEdit. It would be great to have a good replacement for Launch4J and WinRun4J, taking the best of each. |
Thanks! Just gave it a test, renaming and icon adding work! Still no idea about how to bundle the ini file - but meh, that can be a future problem. |
The supported options and their format are documented here. |
Great! Please, could you publish the EXE in the |
Thanks! |
Published in releases. Note: jvm lookup (outside of specified and |
JavaPackager v1.6.6 released to Maven Central |
I'm submitting a…
Short description of the issue/suggestion:
When using winrun4j to build the exe, it does not respect the launch argument contents of
app.l4j.ini
.Steps to reproduce the issue/enhancement:
app.l4j.ini
What is the expected behavior?
For it to respect program arguments set there
What is the current behavior?
It ignores them
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
What is the motivation / use case for changing the behavior?
Unified config across all platforms and launchers
Please tell us about your environment:
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
The text was updated successfully, but these errors were encountered: