CubeMX upgrade unzip failure due to program folder change
1. Run StmCubeMX and then chose upgrade in Ubuntu
2. After download it error with something alike it cannot unzip the file.

Reason:
1. it seems CubeMx uses the .installationinformation hidden file in its folder to find the installation folder.
INSTALL_PATHt\00$.....<your patch>/STM32CubeMXt\
These are settings in a binary format, so there are some weird character. Anyhow it cannot be changed by user.
Solutions:
1. Move CubeMX back to where is was installed (not desired) after upgrade, move it back where it is desired.
2. Remove and Reinstall CubeMX
Suggested fix:
1. Make CubeMx upgrade process install folder agnostic.

