{ "version": "5.40.2703", "description": "Audio player", "homepage": "https://www.aimp.ru", "license": { "identifier": "Freeware", "url": "https://www.aimp.ru/?do=eula&os=windows" }, "architecture": { "64bit": { "url": "https://www.aimp.ru/?do=download.file&id=31#/dl.zip", "hash": "6908adcbeea4000b0219f86b783e9527598af5ea05f28da6e88af2b79fdc8e99" }, "32bit": { "url": "https://www.aimp.ru/?do=download.file&id=8#/dl.zip", "hash": "50381afdc4c7b5bf7af0e2a82299e4444650ade91f06d2907b80a0246eaa8d05" } }, "extract_dir": "AIMP", "post_install": [ "'Icons', 'Skins', 'Plugins' | ForEach-Object {", " $source_dir = Join-Path $dir \"$_.original\"", " $destination_dir = Join-Path $dir $_", " if (Test-Path \"$source_dir\") {", " Copy-Item -Path \"$source_dir\\*\" -Destination $destination_dir -Force -Recurse", " Remove-Item -Path $source_dir -Recurse -Force -ErrorAction SilentlyContinue", " }", "}" ], "bin": [ "AIMP.exe", "AIMPac.exe", "AIMPate.exe" ], "shortcuts": [ [ "AIMP.exe", "AIMP" ], [ "AIMPac.exe", "AIMP Audio Converter" ], [ "AIMPate.exe", "AIMP Advanced Tag Editor" ] ], "persist": [ "Icons", "Skins", "Plugins", "Profile" ], "checkver": { "url": "https://www.aimp.ru/?do=download&os=windows", "regex": ">AIMP v([\\d.]+)<" }, "autoupdate": { "architecture": { "64bit": { "url": "https://www.aimp.ru/?do=download.file&id=31#/dl.zip", "hash": { "url": "https://www.aimp.ru/?do=download&os=windows", "regex": "(?sm)64-bit \\(No Installer\\).*?SHA256: $sha256" } }, "32bit": { "url": "https://www.aimp.ru/?do=download.file&id=8#/dl.zip", "hash": { "url": "https://www.aimp.ru/?do=download&os=windows", "regex": "(?sm)32-bit \\(No Installer\\).*?SHA256: $sha256" } } } } }