diff options
| -rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -17,7 +17,7 @@ if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then | |||
| 17 | zip -d $obj2 doc/ doc/* | 17 | zip -d $obj2 doc/ doc/* |
| 18 | # And pack the library with upx | 18 | # And pack the library with upx |
| 19 | unzip $obj1 lib/* | 19 | unzip $obj1 lib/* |
| 20 | upx --no-progress lib/* | 20 | upx --no-progress lib/compat53/* |
| 21 | zip -r "$obj1" lib | 21 | zip -r "$obj1" lib |
| 22 | rm -rf lib | 22 | rm -rf lib |
| 23 | 23 | ||
