When building for Windows (using doc/build-windows.md), I discovered the following steps were necessary but undocumented, in order to generate the installer:
sudo apt install nsis
make deploy
makensis share/setup.nsi
When building for Windows (using doc/build-windows.md), I discovered the following steps were necessary but undocumented, in order to generate the installer:
sudo apt install nsis
make deploy
makensis share/setup.nsi
Hi there, I'd like to work on this. Is there any PR on this already?
@LucianaMarques no, feel free to make the changes and open one.
@fanquake pull request opened! thanks
The last step is not necessary see my comment here: #14744 (comment)