We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3f566 commit 298d223Copy full SHA for 298d223
bucket/httpprobe.json
@@ -17,7 +17,11 @@
17
"hash": "5ad656df582426c96b3685875bff32aab14e5f6c58f66141cb302d2565ecbf17"
18
}
19
},
20
+ "extract_dir": "",
21
"bin": "httpprobe.exe",
22
+ "pre_install": [
23
+ "Rename-Item \"$dir\\httpprobe-v1.0.1_windows_$($architecture)\" \"$dir\\httpprobe.exe\""
24
+ ],
25
"checkver": "github",
26
"autoupdate": {
27
"architecture": {
@@ -30,6 +34,9 @@
30
34
"arm64": {
31
35
"url": "https://github.com/mrfoh/httpprobe/releases/download/v$version/httpprobe-v$version_windows_arm64.tar.gz"
32
36
33
- }
37
+ },
38
39
+ "Rename-Item \"$dir\\httpprobe-v$version_windows_$($architecture)\" \"$dir\\httpprobe.exe\""
40
+ ]
41
42
0 commit comments