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
Fix bug in NSIS installer script that includes non-installer files.
The NSIS "File /r" command treat the given directory name as a pattern
and search recursively by default. To disable the behavior, add \*.* to
the end of the path.\ as stated in the NSIS doc.
Reference: https://nsis.sourceforge.io/Reference/File