From e8eb9803d8a73299ffa6646f956b06dffb5971af Mon Sep 17 00:00:00 2001 From: Jordan ERNST Date: Thu, 28 Apr 2022 17:08:17 +0200 Subject: [PATCH] Switch for x86 chisel versions --- README.md | 1 - config.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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" } ] }