{
    "version": "0.4.0",
    "description": "Drop any files to any devices on LAN.",
    "homepage": "https://landrop.app",
    "license": "BSD-3-Clause",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/LANDrop/LANDrop/releases/download/v0.4.0/LANDrop-0.4.0-win.zip",
            "hash": "cd4b27d77212731f70cf24d7fbcfd89cb44df060fa66efe7bd3464675afd4be4"
        }
    },
    "pre_install": "Remove-Item \"$dir\\vc_redist*exe\"",
    "extract_dir": "LANDrop",
    "bin": "LANDrop.exe",
    "shortcuts": [
        [
            "LANDrop.exe",
            "LANDrop"
        ]
    ],
    "checkver": {
        "github": "https://github.com/LANDrop/LANDrop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/LANDrop/LANDrop/releases/download/v$version/LANDrop-$version-win.zip"
            }
        }
    }
}
