Optional
actionsOptional
binName of the executable to put into the Exec
field of generated
.desktop
file.
Defaults to options.name
.
Optional
categoriesList of desktop file categories to append.
Optional
compressorUse given compressor for SquashFS filesystem.
Defaults to mksquashfs
binary defaults (usually gzip
).
Optional
desktopPath to desktop file to be used instead of generating a new one.
Optional
genericGeneric name of the application used in .desktop
file.
Optional
iconPath to icon to use for the application (shortcut, launchers etc.).
Optional
nameName of the package (lowercase & hypens only). Makers sanitize this value with a chance of encountering a failure for unsanitizable strings.
Defaults to sanitized packageJSON.name
.
Optional
productHuman-friendly name of the application.
Defaults to packageJSON.productName
.
Optional
runtimeA file location, from which runtime should be fetched. Can be remote URL
that is supported by Node.js fetch
or file path.
Default is generated as:
`https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-${arch}`
Actions to be used within a generated desktop file.