mherrmann / fbs-tutorial

Tutorial for creating Python/Qt GUIs with fbs
https://build-system.fman.io
GNU General Public License v3.0
1.95k stars 161 forks source link

Does any way to keep the NSIS script? #36

Closed Truth1987 closed 4 years ago

Truth1987 commented 4 years ago

So I can add some script I want to, like add icon or adjust compress option. Then build myself.

mherrmann commented 4 years ago

You can copy the default Installer.nsi file to src/installer/windows/Installer.nsi and then make changes to it.

Truth1987 commented 4 years ago

Thank you