diff --git a/README.md b/README.md index 8fe048b..ed12047 100644 --- a/README.md +++ b/README.md @@ -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 ? diff --git a/config.json b/config.json index 410bb74..40ffe98 100644 --- a/config.json +++ b/config.json @@ -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" } ] }