Switch for x86 chisel versions
This commit is contained in:
parent
3c92425126
commit
e8eb9803d8
@ -6,7 +6,6 @@ This too has several functions:
|
||||
|
||||
## To-Do
|
||||
|
||||
* Chisel
|
||||
* Prettier code
|
||||
* Only update once per day, except if `-u` `--update`
|
||||
* Adding more services to listen to ?
|
||||
|
@ -32,12 +32,12 @@
|
||||
"local_version": "v1.7.7",
|
||||
"files": [
|
||||
{
|
||||
"filename": "chisel_{short_version}_windows_amd64.gz",
|
||||
"filename": "chisel_{short_version}_windows_386.gz",
|
||||
"binpath": "chisel.exe"
|
||||
},
|
||||
{
|
||||
"filename": "chisel_{short_version}_linux_amd64.gz",
|
||||
"binpath": "chisel "
|
||||
"filename": "chisel_{short_version}_linux_386.gz",
|
||||
"binpath": "chisel"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user