{
    "version": "1.2.0",
    "description": "Open source tools for making 3D characters.",
    "homepage": "http://www.makehumancommunity.org/",
    "license": "AGPL-3.0-or-later",
    "url": "http://download.tuxfamily.org/makehuman/releases/makehuman-community-1.2.0-windows.zip",
    "hash": "7f801801f4307a89c8dc91e5713553000a37d1225f25cb1c32afad20f3b0f4ee",
    "bin": "makehuman.ps1",
    "shortcuts": [
        [
            "Python\\pythonw.exe",
            "MakeHuman",
            "$dir\\mhstartwrapper.py",
            "makehuman.ico"
        ]
    ],
    "installer": {
        "script": [
            "Expand-7zipArchive \"$dir\\makehuman-community-$version-windows.exe\" \"$dir\"",
            "Write-Output \"& $dir\\Python\\pythonw.exe $dir\\mhstartwrapper.py @args\" | Out-File -Encoding utf8  \"$dir\\makehuman.ps1\"",
            "Remove-Item \"$dir\\makehuman-community-$version-windows.exe\""
        ]
    },
    "checkver": {
        "url": "http://download.tuxfamily.org/makehuman/releases/",
        "regex": "([\\d.]+)-windows.zip"
    },
    "autoupdate": {
        "url": "http://download.tuxfamily.org/makehuman/releases/makehuman-community-$version-windows.zip",
        "hash": {
            "url": "$baseurl/md5sums.txt"
        }
    }
}
