-
Notifications
You must be signed in to change notification settings - Fork 27
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
How to make a executable file for windows #23
Comments
I don't know windows well enough to know. The mechanism used here should be portable, in that self extracting archives exist on windows. Off the top of my head, could try making the jar into a batch file (.bat) which works just like the shell script approach here. The next would be to prepend a proper windows binary which does the launching. |
Apparently it's possible to create a script that works both on Windows and *nix: Haven't tested this myself, but looks promising. |
Inspired by the project you shared @klausbrunner, I've had success with
I'm not sure if the shebang can be put back. |
Hi @cyrilou242, could you please specify how exactly did you achieve this ? Trying it for myself but keep getting |
Hi,
I cannot find how to make a executable file for windows (either CMD or Powershell).
Any idea of how to do that?
The text was updated successfully, but these errors were encountered: