You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
makensis
v3.0
This action calls C:\Program Files (x86)\NSIS\makensis.exe
to create an installer. Due to the requirement of NSIS, this is only compatible on Windows.
This codebase was ported from the Azure DevOps Extension dev-maxima/nsis-extension.
Path to the .nsi script file. Default "install.nsi"
.
Arguments to makensis.exe. Default: ""
.
Newline-delimited list of paths to load plugins from. Default ""
.
- name: Create installer
uses: joncloud/[email protected]
with:
arguments: "/V3"