You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
makensis
v2.0
This action downloads NSIS 3, and calls 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"