-
Notifications
You must be signed in to change notification settings - Fork 13
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
Constuct installer #31
base: master
Are you sure you want to change the base?
Conversation
I've made a post_install script to make shortcuts. It's windows only and probably a bit hacky. But here it is in case it's useful: https://github.com/NicoKiaru/ABBA-Python/blob/dev/constructor/post_install_win.bat ping @romainGuiet |
Amazing, thanks @NicoKiaru ! Maybe, we can ask @psobolewskiPhD or @thawn for thelp for making this work on Mac too. 🙃 |
Sorry, I'm not really familiar with this stuff, but it's used in making the napari bundle, see: |
installs devbio-napari.app under ~/Applications
pkg installer
Hi Robert @haesleinhuepf , I found the blog I used before to make a Windows installer using this "Inno Setup" program. It has a step-by-step procedure there, here is the link (skip the pyinstaller part and go to the "What About Installers?" sub-section): https://www.blog.pythonlibrary.org/2019/03/19/distributing-a-wxpython-application/ |
I had a quick look around and it seems we just need to do I will play around with the windows installer and napari-menu a bit and report my findings here. Note that Napari-menu is somehow created from napari-feedstock, but I don't quite understand how that repo works. |
Generating an installer is shockingly easy.
We need to figure out though how we can add a link to the [windows] start menu, e.g. to
... to start napari with the assistant.
closes #30