mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 09:27:14 +08:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"version": "1.10.1",
|
|
"description": "A download manager that speeds up your downloads",
|
|
"homepage": "https://abdownloadmanager.com/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/amir1376/ab-download-manager/releases/download/v1.10.1/ABDownloadManager_1.10.1_windows_x64.zip",
|
|
"hash": "md5:02ebce9363bded96130aece3dd76e592"
|
|
}
|
|
},
|
|
"extract_dir": "ABDownloadManager",
|
|
"post_install": [
|
|
"if (!(Test-Path \"$persist_dir\\.abdm\") -and (Test-Path \"$env:USERPROFILE\\.abdm\")) {",
|
|
" info \"Moving configs to persist directory...\"",
|
|
" Copy-Item -Path \"$env:USERPROFILE\\.abdm\\*\" -Destination \"$persist_dir\\.abdm\" -Force -Recurse | Out-Null",
|
|
"}"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"ABDownloadManager.exe",
|
|
"ABDownloadManager"
|
|
]
|
|
],
|
|
"persist": ".abdm",
|
|
"checkver": {
|
|
"github": "https://github.com/amir1376/ab-download-manager"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/amir1376/ab-download-manager/releases/download/v$version/ABDownloadManager_$version_windows_x64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.md5"
|
|
}
|
|
}
|
|
}
|