forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccesser.json
31 lines (31 loc) · 1.01 KB
/
accesser.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": "0.9.4",
"description": "A tool which can help you bypass SNI RST",
"homepage": "https://urenko.github.io/Accesser/",
"license": "GPL-3.0-only",
"url": "https://github.com/URenko/Accesser/releases/download/v0.9.4/Accesser.exe",
"hash": "53cd0677d34bc8a7d0241807c338d888ee5832224d008b9cda3db407649aae09",
"persist": "config.json",
"bin": "Accesser.exe",
"shortcuts": [
[
"Accesser.exe",
"Accesser"
]
],
"pre_install": [
"if (!(Test-Path \"$persist_dir\\config.json\")) {",
" New-Item -Force -Path \"$dir\" -Name 'config.json' -Value '{}' | Out-Null",
"}"
],
"checkver": {
"github": "https://github.com/URenko/Accesser"
},
"autoupdate": {
"url": "https://github.com/URenko/Accesser/releases/download/v$version/Accesser.exe",
"hash": {
"url": "https://github.com/URenko/Accesser/releases/tag/v$version",
"regex": "SHA256: $sha256"
}
}
}