Skip to content

☀️ 1.0.0 Release [NSISBI 3.10.3]

Latest
Compare
Choose a tag to compare
@Bug-Reaper Bug-Reaper released this 11 Feb 05:18
4df344a

Anatomy of Release

Component Description Source
NSISBI 3.10.3 Nullsoft Scriptable Install System (Big Installer), a modified version of NSIS NSISBI on SourceForge
elevate.exe A helper executable for elevation, used in Electron Builder electron-builder-binaries
Custom shell scripts Shim makensis.exe through Wine for MacOS/Linux Linux script / MacOS script

Release .7z File : Download Link
Base64-Encoded Sha512 : WRmZUsACjIc2s7bvsFGFRofK31hfS7riPlcfI1V9uFB2Q8s7tidgI/9U16+X0I9X2ZhNxi8N7Z3gKvm6ojvLvg==

Electron Builder Usage

Configure customNsisBinary in your Electron-Builder configuration:

{
  // Your config
  // ...
  "build": {
    "nsis": {
      "customNsisBinary": {
        "url":"https://github.com/SoundSafari/NSISBI-ElectronBuilder/releases/download/1.0.0/nsisbi-electronbuilder-3.10.3.7z",
        "checksum":"WRmZUsACjIc2s7bvsFGFRofK31hfS7riPlcfI1V9uFB2Q8s7tidgI/9U16+X0I9X2ZhNxi8N7Z3gKvm6ojvLvg=="
      }
    }
  }
}