{
    "version": "4.14.4",
    "description": "The Interactive editor for scientific Python",
    "homepage": "https://pyzo.org/",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/pyzo/pyzo/releases/download/v4.14.4/pyzo-4.14.4-win64.zip",
            "hash": "401cf6706c68f973c3bc4d10eae8f8b1b6128d5b82216115b11c1a8d9a1dccdb"
        },
        "32bit": {
            "url": "https://github.com/pyzo/pyzo/releases/download/v4.14.4/pyzo-4.14.4-win32.zip",
            "hash": "e84a6cde55b8c9eb35033968bde3401281bd8da696268c90bd1a2315a58cc1b6"
        }
    },
    "extract_dir": "pyzo-4.14.4",
    "pre_install": [
        "Rename-Item \"$dir\\_settings\" \"$dir\\settings\"",
        "New-item \"$dir\\settings\\pyzo\" -ItemType Directory | Out-Null"
    ],
    "bin": "pyzo.exe",
    "shortcuts": [
        [
            "pyzo.exe",
            "Pyzo"
        ]
    ],
    "persist": "settings",
    "checkver": {
        "github": "https://github.com/pyzo/pyzo"
    },
    "autoupdate": {
        "extract_dir": "pyzo-$version",
        "architecture": {
            "64bit": {
                "url": "https://github.com/pyzo/pyzo/releases/download/v$version/pyzo-$version-win64.zip"
            },
            "32bit": {
                "url": "https://github.com/pyzo/pyzo/releases/download/v$version/pyzo-$version-win32.zip"
            }
        }
    }
}
