diff --git a/bucket/hiddify.json b/bucket/hiddify.json new file mode 100644 index 00000000000000..c5c932f5993ec5 --- /dev/null +++ b/bucket/hiddify.json @@ -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.]+)/(?(?:hiddify|Hiddify)-(?:windows|Windows)-(?:portable|Portable)-x64\\.zip)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/hiddify/hiddify-app/releases/download/v$version/$matchFile" + } + } + } +}