diff --git a/wrap.sh b/wrap.sh
index 0ef25f0..a15f60a 100755
--- a/wrap.sh
+++ b/wrap.sh
@@ -1,5 +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
-rm ./elem.tar.gz
-tar -cvf ./elem.tar.gz bin
\ No newline at end of file
+CC=x86_64-w64-mingw32-gcc BIN=bin/elem.exe make
+CC=i686-w64-mingw32-gcc BIN=bin/elem_32.exe make
+rm elem.tar.gz
+tar -cvf elem.tar.gz bin
+strip --strip-all bin/elem
\ No newline at end of file