{
    "version": "1.4.12",
    "description": "Tray application for Syncthing",
    "homepage": "https://github.com/Martchus/syncthingtray",
    "license": {
        "identifier": "GPL-2.0-only,...",
        "url": "https://github.com/Martchus/syncthingtray/blob/master/LICENSES-windows-distribution.md"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Martchus/syncthingtray/releases/download/v1.4.12/syncthingtray-1.4.12-x86_64-w64-mingw32.exe.zip",
            "hash": "d2fa1892a8810be9e249bf1a31347ebc15b010d23b9e246c72b7e243d252ae61"
        },
        "32bit": {
            "url": "https://github.com/Martchus/syncthingtray/releases/download/v1.4.12/syncthingtray-1.4.12-i686-w64-mingw32.exe.zip",
            "hash": "7e97625d8e11747f80cb39d7e321117cdd5bd254f5bb3925b0334ddd2fc898ca"
        }
    },
    "pre_install": [
        "Move-Item \"$dir\\syncthingtray-*-mingw32.exe\" \"$dir\\syncthingtray.exe\"",
        "Move-Item \"$dir\\syncthingtray-*-mingw32-cli.exe\" \"$dir\\syncthingtray-cli.exe\""
    ],
    "bin": "syncthingtray-cli.exe",
    "shortcuts": [
        [
            "syncthingtray.exe",
            "Syncthing Tray"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Martchus/syncthingtray/releases/download/v$version/syncthingtray-$version-x86_64-w64-mingw32.exe.zip"
            },
            "32bit": {
                "url": "https://github.com/Martchus/syncthingtray/releases/download/v$version/syncthingtray-$version-i686-w64-mingw32.exe.zip"
            }
        }
    }
}
