{
    "version": "1.0.4.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.0.4.0_win64_portable.7z",
            "hash": "61c00a693d6a894ca833858b21f827528fcc5c8125d8346283b74a2b5cd7d6a2",
            "extract_dir": "cherrytree_1.0.4.0_win64_portable",
            "pre_install": "if(!(Test-Path \"$dir\\config.cfg\")) { New-Item \"$dir\\config.cfg\" -ItemType File | Out-Null}",
            "bin": "mingw64\\bin\\cherrytree.exe",
            "shortcuts": [
                [
                    "mingw64\\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"
            }
        }
    }
}
