{
    "version": "0.9.64",
    "description": "Adaptive screen brightness tool",
    "homepage": "https://github.com/Fushko/gammy",
    "license": "GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Fushko/gammy/releases/download/v0.9.64/gammy_v0.9.64.zip",
            "hash": "2b44d815b6aba99994fd86bbf552df39cda5a0d6a4831dfe16a2d0ecaab724e5"
        }
    },
    "extract_dir": "gammy_v0.9.64",
    "pre_install": [
        "if (Test-Path \"$persist_dir\\gammysettings.cfg\") {",
        "    warn \"Application's configuration was renamed and changed. Previous configuration will not work\"",
        "    Rename-Item \"$persist_dir\\gammysettings.cfg\" 'gammysettings.cfg.old'",
        "}"
    ],
    "bin": "gammy.exe",
    "shortcuts": [
        [
            "gammy.exe",
            "Gammy"
        ]
    ],
    "persist": "gammyconf.txt"
}
