{
    "version": "1.0.3",
    "description": "Application for updating PINE64 devices, such as Pinecil.",
    "homepage": "https://github.com/pine64/pine64_updater",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/pine64/pine64_updater/releases/download/1.0.3/pine64_updater_win64_1.0.3.zip",
            "hash": "47bbced528e9219b70c22fa0d32a80c7fdb4a443edf06d8cc1396f04cc132a93"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\_tmpfirm.dfu\")) { New-Item \"$dir\\_tmpfirm.dfu\" | Out-Null }",
    "shortcuts": [
        [
            "pine64_updater.exe",
            "Pine64 Updater"
        ]
    ],
    "persist": "_tmpfirm.dfu",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pine64/pine64_updater/releases/download/$version/pine64_updater_win64_$version.zip"
            }
        }
    }
}
