Type alias ShortCutConfig

ShortCutConfig: {
    desktop?: boolean;
    startMenu?: boolean;
    systemStartup?: boolean;
}

Type declaration

  • Optional desktop?: boolean

    True if application has a shortcut on the desktop.

  • Optional startMenu?: boolean

    True if application has shortcut in the start menu.

  • Optional systemStartup?: boolean

    True if application will be launched on system startup.

Generated using TypeDoc