electron-userland / electron-builder-binaries

172 stars 60 forks source link

(WIP) chore: Updating NSIS to 3.06.1 #41

Closed mmaietta closed 3 years ago

mmaietta commented 3 years ago

Updating MakeNSIS to 3.06.1 with logging enabled Following instructions from: https://github.com/electron-userland/electron-builder/issues/5119#issuecomment-811353612 Downloaded from: https://sourceforge.net/projects/nsis/files/NSIS%203/

This will allow this functionality to be utilized in electron-builder: https://nsis.sourceforge.io/Logging:Enable_Logs_Quickly

To be used with https://github.com/electron-userland/electron-builder/pull/6024

mmaietta commented 3 years ago

Still WIP. Not sure how to link these to be used with electron-builder.

mmaietta commented 3 years ago

Closing, this only has LOG enabled but not NSIS_MAX_STRLEN compiler flag enabled.