{
    "version": "2.8.1",
    "description": "Interactive, nonlinear story creator",
    "homepage": "https://twinery.org",
    "license": "GPL-3.0-only",
    "url": "https://github.com/klembot/twinejs/releases/download/2.8.1/Twine-2.8.1-Windows.exe#/dl.7z",
    "hash": "0d4279236d6a919a11aa896d6133b4a10597e3e307297eb7fca8f72ba9741206",
    "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"
    }
}
