Switch for x86 chisel versions

This commit is contained in:
Jordan ERNST 2022-04-28 17:08:17 +02:00
parent 3c92425126
commit e8eb9803d8
2 changed files with 3 additions and 4 deletions

View File

@ -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 ?

View File

@ -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"
}
]
}