{
    "version": "2.7.30",
    "description": "Static WYSIWYG website builder",
    "homepage": "https://github.com/silexlabs/silex-desktop",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/silexlabs/silex-desktop/releases/download/v2.7.30/silex-desktop-Setup-2.7.30.exe#/dl.7z",
            "hash": "sha512:025d5f89979e574fe0b09d01b9436e352a831829528abc1b45eb605858a42d7f82032f3e0cfc324ac2e0c359e5da5c75d944a1ff0dad8ee12bcd9f7972134601"
        }
    },
    "pre_install": [
        "Expand-7ZipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal",
        "Remove-Item \"$dir\\`$PLUGINSDIR\"-Recurse -Force",
        "Remove-Item \"$dir\\Uninstall silex-desktop.exe\"-Recurse -Force"
    ],
    "shortcuts": [
        [
            "silex-desktop.exe",
            "Silex"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/silexlabs/silex-desktop/releases/download/v$version/silex-desktop-Setup-$version.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512:\\s+$base64"
                }
            }
        }
    }
}
