modify build.py to produce installers#858
Conversation
|
This looks good, tested on Mac. We might also have to change the ci scripts, unless the dmg making process is using stuff that comes pre-installed with the mac image |
|
Thank you @KIRA009 !
Can you please clarify? Edit: Understood, I believe |
|
@KIRA009 I believe we should modify the Github actions to remove the zipping functionality, since Inno Setup already seems to compress the setup file, and I believe .dmg files are also compressed. What do you think? Edit: we will also need to modify the website to point to these new files. |
We would like to implement automatic updates. Without installing to a system directory, however, this is not user friendly (see #782 (comment)).
This PR implements functionality to produce an installer so that the installed application can be updated more easily.