electro-smith / DaisyToolchain

Static Toolchain for the Daisy ecosystem
8 stars 7 forks source link

Installer v1.1.0 #23

Open stephenhensley opened 1 year ago

stephenhensley commented 1 year ago

So this is based on the installer branch, which should be what was used for the v1.0 toolchain installer for windows.

I've replaced all of the windows folder files for openocd with v0.12.0

beserge commented 1 year ago

Updated CMake files and NSIS templates for new Windows installer. Uploaded the new bin on jira card We'll need to submit the installer again here when we're ready to get rid of the windows protected your PC stuff like we did last time

Should be noted, the 1.1.0 installer just adds files to the existing install if 1.0.0 is already installed. I tested and it does upgrade openocd, but there could be some weirdness in the future due to this behavior.

We either need to figure out how to get NSIS to remove the folder before installing, or warn users to uninstall before upgrading. Doesn't seem to break anything with this version, but something to be aware of.