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
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: