{
    "version": "1.6.3.0",
    "description": "Hierarchical note taking application, featuring rich text and syntax highlighting.",
    "homepage": "https://www.giuspen.com/cherrytree/",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://www.giuspen.com/software/cherrytree_1.6.3.0_win64_portable.7z",
            "hash": "417d8a86cb852f988d005ead13df646c35178ad2691ca9bb36c4413a77b89c56",
            "extract_dir": "cherrytree_1.6.3.0_win64_portable",
            "pre_install": "if(!(Test-Path \"$dir\\config.cfg\")) { New-Item \"$dir\\config.cfg\" -ItemType File | Out-Null}",
            "bin": "ucrt64\\bin\\cherrytree.exe",
            "shortcuts": [
                [
                    "ucrt64\\bin\\cherrytree.exe",
                    "Cherrytree"
                ]
            ]
        }
    },
    "persist": "config.cfg",
    "checkver": "cherrytree_([\\d.]+)_win64_portable.7z",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.giuspen.com/software/cherrytree_$version_win64_portable.7z",
                "hash": {
                    "url": "https://www.giuspen.com/cherrytree/",
                    "regex": "$sha256\\s+$basename"
                },
                "extract_dir": "cherrytree_$version_win64_portable"
            }
        }
    }
}
