{
    "version": "8.3",
    "description": "Servy lets you run any app as a native Windows service with full control over working directory, startup type, process priority, logging, health checks, pre-launch scripts and parameters.",
    "homepage": "https://servy-win.github.io",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/aelassas/servy/releases/download/v8.3/servy-8.3-x64-installer.exe",
            "hash": "b2747253f21a0495ba598e9b4fe1c662081c21ea3ae263be6d109168371abbf5"
        }
    },
    "innosetup": true,
    "bin": "servy-cli.exe",
    "shortcuts": [
        [
            "Servy.exe",
            "Servy"
        ],
        [
            "Servy.Manager.exe",
            "Servy Manager"
        ]
    ],
    "checkver": {
        "github": "https://github.com/aelassas/servy"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/aelassas/servy/releases/download/v$version/servy-$version-x64-installer.exe"
            }
        }
    }
}
