i put this in the wrong place so now it doesn't actually reduce the size
This commit is contained in:
parent
1f70dd7000
commit
090d4d5d8d
1 changed files with 2 additions and 2 deletions
4
wrap.sh
4
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
|
||||
tar -cvf elem.tar.gz bin
|
Loading…
Reference in a new issue