Interface: SquirrelWindowsOptions
Extends
Properties
artifactName?
readonlyoptionalartifactName?:string|null
The artifact file name template.
Inherited from
TargetSpecificOptions.artifactName
customSquirrelVendorDir?
readonlyoptionalcustomSquirrelVendorDir?:string
The custom squirrel vendor dir. If not specified will use the Squirrel.Windows that is shipped with electron-installer(https://github.com/electron/windows-installer/tree/main/vendor).
After https://github.com/electron-userland/electron-builder-binaries/pull/56 merged, will add electron-builder-binaries to get the latest version of squirrel.
iconUrl?
readonlyoptionaliconUrl?:string|null
A URL to an ICO file to use as the application icon (displayed in Control Panel > Programs and Features). Defaults to the Electron icon.
Please note — local icon file url is not accepted, must be https/http.
If you don't plan to build windows installer, you can omit it.
If your project repository is public on GitHub, it will be https://github.com/${u}/${p}/blob/master/build/icon.ico?raw=true by default.
loadingGif?
readonlyoptionalloadingGif?:string|null
The path to a .gif file to display during install. build/install-spinner.gif will be used if exists (it is a recommended way to set)
(otherwise default).
msi?
readonlyoptionalmsi?:boolean
Whether to create an MSI installer. Defaults to false (MSI is not created).
publish?
optionalpublish?:Publish
Inherited from
remoteReleases?
readonlyoptionalremoteReleases?:string|boolean|null
A URL to your existing updates. Or true to automatically set to your GitHub repository. If given, these will be downloaded to create delta updates.
remoteToken?
readonlyoptionalremoteToken?:string|null
Authentication token for remote updates
useAppIdAsId?
readonlyoptionaluseAppIdAsId?:boolean
Use appId to identify package instead of name.