{
    "version": "10.99.0.870.ga1a06df0eb",
    "description": "Nightly build of KiCAD, an electronics design automation (EDA) suite.",
    "homepage": "https://kicad.org",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://kicad-downloads.s3.cern.ch/windows/nightly/kicad-nightly-10.99.0.870.ga1a06df0eb-x86_64-lite.exe#/dl.7z",
            "hash": "c2da1eaa58fcc1970b5d976bd086f8ac2605e32095d353167545205393ea7e9d"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse",
    "bin": [
        [
            "bin\\kicad.exe",
            "kicad-nightly"
        ]
    ],
    "shortcuts": [
        [
            "bin\\kicad.exe",
            "KiCad Nightly"
        ]
    ],
    "notes": "You should configure environment paths KICAD6_3DMODEL_DIR, KICAD6_FOOTPRINT_DIR, KICAD6_SYMBOL_DIR, KICAD6_TEMPLATE_DIR, KICAD_USER_TEMPLATE_DIR, otherwise they'll default to $dir\\share\\kicad",
    "checkver": {
        "url": "https://downloads.kicad.org/kicad/windows/explore/nightlies",
        "regex": "kicad-nightly-(\\d+(\\.\\d+)*(\\.rc\\d+(\\.\\d+)*)*\\.g[a-f\\d]+)-x86_64-lite\\.exe",
        "reverse": false
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://kicad-downloads.s3.cern.ch/windows/nightly/kicad-nightly-$match1-x86_64-lite.exe#/dl.7z"
            }
        }
    }
}
