{
    "version": "3.1.1",
    "description": "GUI prototyping tool",
    "homepage": "https://pencil.evolus.vn",
    "license": "GPL-2.0-only",
    "url": "https://pencil.evolus.vn/dl/V3.1.1.ga/Pencil-3.1.1.ga.exe#/dl.7z",
    "hash": "sha1:190663eb496c54db43f303d1e91d8e974b580875",
    "architecture": {
        "64bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "32bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$*\" -Force -Recurse",
    "bin": "Pencil.exe",
    "shortcuts": [
        [
            "Pencil.exe",
            "Pencil"
        ]
    ],
    "checkver": {
        "github": "https://github.com/evolus/pencil"
    },
    "autoupdate": {
        "url": "https://pencil.evolus.vn/dl/V$version.ga/Pencil-$version.ga.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/CHECKSUM"
        }
    }
}
