{
    "version": "24.09.1",
    "description": "In Windows 11 the old volume mixer was \"removed\" and instead a new mixer was added to the settings app.",
    "homepage": "https://github.com/popeen/Classic-Volume-Mixer",
    "license": "MIT",
    "url": "https://github.com/popeen/Classic-Volume-Mixer/releases/download/24.09.1/setup.exe",
    "hash": "27c09ecc64aefb7d4a0ff0ecbd6b224a9deab3d5f29dc56e5f66a374fa5e0f46",
    "innosetup": true,
    "shortcuts": [
        [
            "ClassicVolumeMixer.exe",
            "ClassicVolumeMixer"
        ]
    ],
    "post_uninstall": [
        "if ($purge) {",
        "    $Files = [string[]](",
        "        ('{0}\\ClassicVolumeMixerSettings.json' -f $env:APPDATA)",
        "    )",
        "    $Files.ForEach{",
        "       if ([System.IO.File]::Exists($_)) {",
        "           $null = [System.IO.File]::Delete($_)",
        "       }",
        "    }",
        "}"
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/popeen/Classic-Volume-Mixer/releases/download/$version/setup.exe"
    }
}
