{
    "version": "2.12.0",
    "description": "Interactive, nonlinear story creator",
    "homepage": "https://twinery.org",
    "license": "GPL-3.0-only",
    "url": "https://github.com/klembot/twinejs/releases/download/2.12.0/Twine-2.12.0-Windows.exe#/dl.7z",
    "hash": "1292d6dddc64b89583cca6e17123215e5d7cd35c32cdea1c14edfff7599e6ebc",
    "architecture": {
        "64bit": {
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
            ]
        },
        "32bit": {
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "twine.exe",
            "Twine"
        ]
    ],
    "checkver": {
        "github": "https://github.com/klembot/twinejs"
    },
    "autoupdate": {
        "url": "https://github.com/klembot/twinejs/releases/download/$version/Twine-$version-Windows.exe#/dl.7z"
    }
}
