Skip to content

Commit

Permalink
Create sing-box.json
Browse files Browse the repository at this point in the history
  • Loading branch information
markpash authored Feb 5, 2024
1 parent 2b328b8 commit 464865b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bucket/sing-box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "1.8.5",
"description": "The universal proxy platform.",
"homepage": "https://github.com/SagerNet/sing-box",
"license": "GPL",
"notes": "",
"architecture": {
"64bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.8.5/sing-box-1.8.5-windows-amd64.zip",
"hash": "75e089e3742c153d72c214627efd16aef4cc493cb48bbd7996bb94ea6f2b05ed",
"extract_dir": "sing-box-1.8.5-windows-amd64"
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v$version/sing-box-$version-windows-amd64.zip",
"extract_dir": "sing-box-$version-windows-amd64"
}
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\$config.json\")) { New-Item \"$dir\\config.json\" }",
"persist": "config.json",
"bin": "sing-box.exe",
"shortcuts": [
[
"sing-box.exe",
"sing-box"
]
]
}

0 comments on commit 464865b

Please sign in to comment.