find-itch-games
    Preparing search index...

    Interface IItchApp

    One installed game inside a library.

    interface IItchApp {
        gameId: number;
        path: string;
        receiptPath?: string;
        manifest: IItchAppManifest;
    }
    Index
    gameId: number
    path: string

    Absolute path to the installed game.

    receiptPath?: string

    Absolute path to the on-disk receipt, when there is one.