NSIS 安装程序

Wails 支持使用 NSIS 安装程序 生成 Windows 安装程序。
安装 NSIS
Windows
安装程序可在 NSIS 下载页面 上找到。
You can install with Scoop (which will automatically add it to your PATH):
scoop bucket add extras
scoop install nsis
Or, you can use Winget (on Windows 10+):
winget install NSIS.NSIS --silent
如果您使用 chocolatey 包管理器,请运行以下脚本:
choco install nsis
NOTE: If you install NSIS manually, you need to add the Bin folder, which contains makensis.exe, in your NSIS installation to your path. 这是 一个关于如何在 Windows 上添加到 PATH 的好教程。
Linux
应该可以通过您的发行版的软件包管理器获得 nsis 包。