Skip to main content

Interface: LinuxDesktopFile

Example Spec: https://specifications.freedesktop.org/desktop-entry-spec/latest/example.html

Properties

desktopActions?

optional desktopActions?: {[ActionName: string]: any; } | null

[Desktop Actions <ActionName>] metadata entries (name to value).

Config Example:

desktopActions: {
NewWindow: {
Name: 'New Window',
Exec: 'app --new-window',
}
}

entry?

optional entry?: {[k: string]: string; } | null

[Desktop Entry] metadata entries (name to value). Overwrites default values calculated by electron-builder