find-itch-games
    Preparing search index...

    Interface IItchInstallLocationRow

    An install location as butler.db records it.

    interface IItchInstallLocationRow {
        id: string;
        path: string;
    }
    Index
    id: string

    appdata for the built-in location, otherwise a uuid.

    path: string

    Absolute path of the directory games are installed into.