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 app path name of Windows dropping file extension (#1181)
During some refactoring we accidentially introduced an error in the 'app
path' on the CommandContext`; rather than trimming the file extension
off (for detection of the old executable name on Windows) on a local
copy, we are now updating the app wide copy!
Only mutate a local copy.
0 commit comments