You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a prototype for creating MSI installers in my Gists somewhere, but the UX still wasn't great. I need to figure out some things still:
How to modify the installer package so that it also offers setting the PATH correctly?
How to add a selection for the install directory?
How to make sure Windows accepts the release as legitimate (needs to be signed first)?
What is the best/desired user experience? Compare NodeJS, Python3 installer and many others (Lua's UX is pretty bad in comparison, so let's not copy that approach)
The text was updated successfully, but these errors were encountered:
I have a prototype for creating MSI installers in my Gists somewhere, but the UX still wasn't great. I need to figure out some things still:
PATH
correctly?The text was updated successfully, but these errors were encountered: