- Fixed the unpacking of the nRF Connect SDK package tarballs on Windows. The unpacking would fail if the user did not have 'Developer Mode' enabled. The error was caused by symlinks in the tarballs, which require special permissions on Windows.
The
sdk-managernow attempts to create the symlink. If this fails, it writes out a plain file containing the symlink target path instead. It also prints out a warning that suggests enabling 'Developer Mode' and provides a list of the impacted files.