find-itch-games
    Preparing search index...

    Interface IFoundReceipt

    A receipt found by scanning an install location, with where it was found.

    interface IFoundReceipt {
        path: string;
        installFolderName: string;
        receipt: IItchReceipt;
    }
    Index
    path: string

    Absolute path to the install folder.

    installFolderName: string

    The folder's own name, which is itch's installFolderName.

    receipt: IItchReceipt