{
    "version": "2.2.8",
    "description": "A science fiction desktop running everywhere",
    "homepage": "https://github.com/GitSquared/edex-ui",
    "license": "GPL-3.0-or-later",
    "url": "https://github.com/GitSquared/edex-ui/releases/download/v2.2.8/eDEX-UI-Windows.exe#/dl.7z",
    "hash": "450a470f3e6ba3e0454fd29c26c342d55494544e60effa1a1e382fae4a4b04a2",
    "architecture": {
        "64bit": {
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Recurse"
            ]
        },
        "32bit": {
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Recurse"
            ]
        }
    },
    "bin": "eDEX-UI.exe",
    "shortcuts": [
        [
            "eDEX-UI.exe",
            "eDEX-UI"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/GitSquared/edex-ui/releases/download/v$version/eDEX-UI-Windows.exe#/dl.7z"
    }
}
