You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update.sh: Update script for importing from github
This script used to look at (and copy) the Package_license.md file to
check that a valid STM32CubeWL directory was passed, but this file is
only present in zip downloads, not the STM32CubeWL versions released
through git.
This changes the check to look at package.xml instead, which is present
in both. It changes the rsync command to copy LICENSE.md, which is only
present in github releases (so some manual work is needed to import zip
releases again).
0 commit comments