{
    "version": "4.21.0",
    "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.21.0/pyzo-4.21.0-win64.zip",
            "hash": "e6fc65ddc629eb44bd16b74cb9b3e078f544c26755c81930d6b3fe154a7c8329"
        },
        "32bit": {
            "url": "https://github.com/pyzo/pyzo/releases/download/v4.21.0/pyzo-4.21.0-win32.zip",
            "hash": "2a8a0ed42a24b9eacee71e2e37c26232694b85e249f04defcb0b85265f27851b"
        }
    },
    "extract_dir": "pyzo-4.21.0",
    "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"
            }
        }
    }
}
