app builder lib.Interface.NsisWebOptions
Electron-Builder / app-builder-lib / NsisWebOptions
Web Installer options.
Extends¶
Properties¶
appPackageUrl?¶
readonly
optional
appPackageUrl:null
|string
The application package download URL. Optional — by default computed using publish configuration.
URL like https://example.com/download/latest
allows web installer to be version independent (installer will download latest application package).
Please note — it is full URL.
Custom X-Arch
http header is set to 32
or 64
.
artifactName?¶
readonly
optional
artifactName:null
|string
The artifact file name template. Defaults to ${productName} Web Setup ${version}.${ext}
.