diff --git a/deploy/buildmcx.sh b/deploy/buildmcx.sh index 1c3937e0..b41692e8 100755 --- a/deploy/buildmcx.sh +++ b/deploy/buildmcx.sh @@ -247,7 +247,7 @@ cp $BUILDROOT/bindlls/*.dll . ## compress binary with upx -upx -9 *.exe *.dll || true +upx -9 mcx* || true ## zip and upload binary package diff --git a/doc/mcx_command_option_cheatsheet.xlsx b/doc/mcx_command_option_cheatsheet.xlsx index b48be0d8..067fd933 100644 Binary files a/doc/mcx_command_option_cheatsheet.xlsx and b/doc/mcx_command_option_cheatsheet.xlsx differ