Skip to content

Commit

Permalink
add nekoray
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed Sep 10, 2023
1 parent a0931e0 commit 64eaa59
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bucket/nekoray.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": "3.20",
"description": "Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box).",
"homepage": "https://github.com/MatsuriDayo/nekoray",
"license": "GPL-3",
"notes": "",
"architecture": {
"64bit": {
"url": "https://github.com/MatsuriDayo/nekoray/releases/download/3.20/nekoray-3.20-2023-09-07-windows64.zip",
"hash": "91e26d6bfde6c6603c0f9380f72e12746682ed9b4536a80a9a8beca2d952ef0b"
}
},
"checkver": {
"url": "https://api.github.com/repos/MatsuriDayo/nekoray/releases",
"jsonpath": "$.[0].assets[3]",
"regex": "nekoray-(?<version>[\\d.]+)-(?<date>[\\d.]+-[\\d.]+-[\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/MatsuriDayo/nekoray/releases/download/$version/nekoray-$version-$matchDate-windows64.zip"
}
}
},
"persist": "config",
"extract_dir": "nekoray",
"bin": "nekoray.exe",
"shortcuts": [
[
"nekoray.exe",
"nekoray"
]
]
}

0 comments on commit 64eaa59

Please sign in to comment.