{
    "version": "2.4.4",
    "description": "Highly configurable Windows taskbar clock",
    "homepage": "https://github.com/White-Tiger/T-Clock",
    "license": "Unknown",
    "url": "https://github.com/White-Tiger/T-Clock/releases/download/v2.4.4%23492-rc/T-Clock.7z",
    "hash": "22aa3e68767de4f55939d9ec698eedac5ccdc13e6c9c73c8c18d9fa4b3a0a272",
    "pre_install": [
        "if (Test-Path \"$persist_dir\\T-Clock.ini\") {",
        "    Copy-Item \"$persist_dir\\T-Clock.ini\" \"$dir\"",
        "} else {",
        "    New-Item \"$dir\\T-Clock.ini\" | Out-Null",
        "}"
    ],
    "uninstaller": {
        "script": [
            "ensure \"$persist_dir\" | Out-Null",
            "Copy-Item \"$dir\\T-Clock.ini\" \"$persist_dir\" -ErrorAction SilentlyContinue -Force"
        ]
    },
    "architecture": {
        "64bit": {
            "shortcuts": [
                [
                    "Clock64.exe",
                    "T-Clock"
                ]
            ]
        },
        "32bit": {
            "shortcuts": [
                [
                    "Clock.exe",
                    "T-Clock"
                ]
            ]
        }
    }
}
