-
Notifications
You must be signed in to change notification settings - Fork 317
Instructions on how to create launchers #648
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
Comments
well, it's nullsoft installer thing, as I didn't find a simpler alternative. and so it's not painless. maybe you can just hack the ".bat" embedded in a given icon, to get new launcher (with unfortunately same image as original (as the launcher itself does really nothing else, now) |
in a side note, you MUST have an updated Windows 10 and activate the "long path option" (more than 260 characters), to be able to build WinPython with Jupyterlab. procedure:
https://www.howtogeek.com/266621/how-to-make-windows-10-accept-file-paths-over-260-characters/ or |
See #1079. |
may be to rework, nowodays we use https://github.com/winpython/winpython/blob/master/portable/build_my_launchers.bat |
Uh oh!
There was an error while loading. Please reload this page.
There are some nice launchers with icons in the root directory of winpython. When customizing winpython to include my own packages, I want to create a few more launchers like these for my app, but don't know how to proceed. It would be great if some instructions can be provided. Thanks!
The text was updated successfully, but these errors were encountered: