{
    "version": "0.247",
    "description": "Lightweight control tool for Asus laptops",
    "homepage": "https://seerge.github.io/g-helper/",
    "license": "MIT",
    "notes": "Asus System Control Interface v3+ and .NET Desktop Runtime 7 are required.",
    "suggest": {
        ".NET Desktop Runtime 8.0": "versions/windowsdesktop-runtime-8.0"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/seerge/g-helper/releases/download/v0.247/GHelper.zip",
            "hash": "5615763ccb2765fa3eb8a1705e292d16bdad2d433f61878a0d48022f5056d4c3"
        }
    },
    "post_install": [
        "if (Test-Path $env:APPDATA\\GHelper) {",
        "    Copy-Item -Path $env:APPDATA\\GHelper\\* -Destination \"$persist_dir\\data\" -Force -Recurse",
        "    Remove-Item $env:APPDATA\\GHelper -Force -Recurse",
        "}",
        "New-Item -ItemType Junction -Path $env:APPDATA\\GHelper -Target $persist_dir\\data | Out-Null"
    ],
    "uninstaller": {
        "script": "Remove-Item $env:APPDATA\\GHelper -Force -Recurse"
    },
    "bin": "GHelper.exe",
    "shortcuts": [
        [
            "GHelper.exe",
            "G-Helper"
        ]
    ],
    "persist": "data",
    "checkver": {
        "github": "https://github.com/seerge/g-helper/"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/seerge/g-helper/releases/download/v$version/GHelper.zip"
            }
        }
    }
}
