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(cli): rename running binary before copy in Windows dogfood tasks (#48)
Windows locks running executables preventing overwrite. The fix renames
the running binary to .old first (which Windows allows), then copies
the new binary to the original path.
0 commit comments