Skip to content

Commit

Permalink
asio4all-np: Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed May 8, 2024
1 parent 1105a50 commit 6170476
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions bucket/asio4all-np.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,28 @@
{
"version": "2.15",
"description": "Universal ASIO driver for WDM audio.",
"homepage": "https://www.asio4all.org/",
"homepage": "https://asio4all.org",
"license": "Freeware",
"url": "https://www.asio4all.org/downloads_11/ASIO4ALL_2_15_English.exe",
"hash": "6d1498aa882337d064f8842466d254e3b2fb85648f141195d7756e4e16c3ee9d",
"url": "https://asio4all.org/downloads/ASIO4ALL_2_15_English.exe",
"hash": "b22282d5a2daa646deb624cf461bf4f1dfeda541cc505a6781124275f8c2960d",
"installer": {
"args": [
"/S",
"/D=$dir"
]
},
"post_install": [
"Remove-Item \"$([Environment]::GetFolderPath('Desktop'))\\ASIO4ALL v2 Instruction Manual.lnk\"",
"Remove-Item -Recurse \"$([Environment]::GetFolderPath('startmenu'))\\Programs\\ASIO4ALL v2\""
"Remove-Item \"$([Environment]::GetFolderPath('Desktop'))\\ASIO4ALL Web Site.lnk\""
],
"uninstaller": {
"file": "uninstall.exe",
"args": "/S"
},
"shortcuts": [
[
"ASIO4ALL v2 Instruction Manual.pdf",
"ASIO4ALL v2 Instruction Manual"
]
],
"checkver": {
"regex": "ASIO4ALL_(\\d+)_(\\d+)_English\\.exe",
"replace": "${1}.${2}"
"url": "https://asio4all.org/about/download-asio4all/",
"regex": ">([\\d.]+)</h2>"
},
"autoupdate": {
"url": "https://www.asio4all.org/downloads_11/ASIO4ALL_$underscoreVersion_English.exe"
"url": "https://asio4all.org/downloads/ASIO4ALL_$underscoreVersion_English.exe"
}
}

0 comments on commit 6170476

Please sign in to comment.