Extras/bucket/aimp.json
2026-07-01 12:20:56 +00:00

78 lines
2.3 KiB
JSON

{
"version": "5.40.2722",
"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": "58b3e8b181c8dfb6789f9cf27c10755f153ec7357d07308e3f88e0fd18799fa5"
},
"32bit": {
"url": "https://www.aimp.ru/?do=download.file&id=8#/dl.zip",
"hash": "025ea780d780f82488c98b4ad8a9894c5b646703c12794af99519f8643ee817c"
}
},
"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"
}
}
}
}
}