{
    "version": "1.3",
    "description": "A small tool for fixing or disabling the Print Spooler service in Windows.",
    "homepage": "https://www.sordum.org/fix-print-spooler",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.sordum.org/eula/"
    },
    "url": "https://www.sordum.org/files/download/fix-print-spooler/FixPrintSpooler_v1.3.zip",
    "hash": "2041c5a849263ae105698348fd0746c7d8a9a3ee7edd3dc9527a9670ba6d0ad4",
    "extract_dir": "FixPrintSpooler_v1.3",
    "pre_install": [
        "if ($architecture -eq '32bit') {Remove-Item \"$dir\\FixSpooler_x64.exe\"}",
        "elseif ($architecture -eq '64bit') {Remove-Item \"$dir\\FixSpooler.exe\"; Rename-Item \"$dir\\FixSpooler_x64.exe\" 'FixSpooler.exe'}"
    ],
    "bin": "FixSpooler.exe",
    "shortcuts": [
        [
            "FixSpooler.exe",
            "Fix Print Spooler"
        ]
    ],
    "persist": "FixSpooler.ini",
    "checkver": "Fix\\sPrint\\sSpooler\\sv([\\d.]+)",
    "autoupdate": {
        "url": "https://www.sordum.org/files/download/fix-print-spooler/FixPrintSpooler_v$version.zip",
        "extract_dir": "FixPrintSpooler_v$version"
    }
}
