Skip to content

Commit

Permalink
hiddify: Add version 2.5.7 (#14038)
Browse files Browse the repository at this point in the history
  • Loading branch information
b4imetu authored Nov 27, 2024
1 parent cd6f714 commit acbb44b
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions bucket/hiddify.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "2.5.7",
"description": "Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc.",
"homepage": "https://hiddify.com/",
"license": {
"identifier": "GPL-3.0",
"url": "https://github.com/hiddify/hiddify-app/blob/main/LICENSE.md"
},
"architecture": {
"64bit": {
"url": "https://github.com/hiddify/hiddify-app/releases/download/v2.5.7/Hiddify-Windows-Portable-x64.zip",
"hash": "dbb4ae2d70395c20ae3de86afd047f0be9ffb20d42be5a104e332f6469cdb6d7"
}
},
"extract_dir": "hiddify-next",
"installer": {
"script": [
"ensure \"$persist_dir\" | Out-Null",
"New-Item \"$env:APPDATA\\Hiddify\" -ItemType Junction -Target \"$persist_dir\" | Out-Null"
]
},
"uninstaller": {
"script": "Remove-Item \"$env:APPDATA\\Hiddify\" -Recurse -Force -ErrorAction 'SilentlyContinue'"
},
"bin": "HiddifyCli.exe",
"shortcuts": [
[
"Hiddify.exe",
"Hiddify"
]
],
"checkver": {
"url": "https://api.github.com/repositories/643504282/releases",
"jsonpath": "$..browser_download_url",
"regex": "/releases/download/v([\\w.]+)/(?<file>(?:hiddify|Hiddify)-(?:windows|Windows)-(?:portable|Portable)-x64\\.zip)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hiddify/hiddify-app/releases/download/v$version/$matchFile"
}
}
}
}

0 comments on commit acbb44b

Please sign in to comment.