find-itch-games
    Preparing search index...

    Interface IItchWindowsInfo

    Details of a native Windows executable or installer candidate.

    interface IItchWindowsInfo {
        installerType?: IItchWindowsInstallerType;
        uninstaller?: boolean;
        gui?: boolean;
        dotNet?: boolean;
    }
    Index
    uninstaller?: boolean

    True if this looks like an uninstaller rather than an installer.

    gui?: boolean

    Marked as a GUI subsystem binary. A hint, not a guarantee.

    dotNet?: boolean