From 090d4d5d8d8d41501586e905139a14fb05bf97b6 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Sat, 5 Apr 2025 15:49:21 -0400 Subject: [PATCH] i put this in the wrong place so now it doesn't actually reduce the size --- wrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrap.sh b/wrap.sh index a15f60a..dce3017 100755 --- a/wrap.sh +++ b/wrap.sh @@ -1,6 +1,6 @@ make CC=x86_64-w64-mingw32-gcc BIN=bin/elem.exe make CC=i686-w64-mingw32-gcc BIN=bin/elem_32.exe make +strip --strip-all bin/elem rm elem.tar.gz -tar -cvf elem.tar.gz bin -strip --strip-all bin/elem \ No newline at end of file +tar -cvf elem.tar.gz bin \ No newline at end of file