From 464865b0f68a2583e52cdf81c825311aa94ace1c Mon Sep 17 00:00:00 2001 From: Mark Pashmfouroush Date: Mon, 5 Feb 2024 23:36:59 +0000 Subject: [PATCH] Create sing-box.json --- bucket/sing-box.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/sing-box.json diff --git a/bucket/sing-box.json b/bucket/sing-box.json new file mode 100644 index 0000000..f09b5c8 --- /dev/null +++ b/bucket/sing-box.json @@ -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" + ] + ] +}