From b884e879729937c9c43af9fdc4b11a637fcc84cc Mon Sep 17 00:00:00 2001 From: C-3PO Date: Fri, 14 Sep 2018 04:13:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20build=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d6065b8..234408f 100644 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -gcc -Wall -m64 -o patcher-installer lib/miniz/*.c src/*.c src/*/*.c && chmod +x patcher-installer +gcc -Wall -m64 -o patcher-installer lib/miniz/miniz.c src/*.c src/*/*.c && chmod +x patcher-installer