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
Hardened how DevWebUI launches detached processes on Windows. The fallback path used by
desktop shortcuts and the auto-update relaunch handed its command line to cmd.exe, which
re-parsed &, | and ^. Those are legal in Windows paths, so a repo or profile folder
containing one was re-split by a second parser on its way to the process launcher. The
fallback now passes an argument array straight through with no shell in the middle. Shared
with the other LunarWerx apps; DevWebUI had been running behind that fix.