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
Consolidate the creation of the local self-update server
This reduces the repetition in the two "setup" methods. Unfortunately, we
can't move the creation of the temp directory into the helper:
* If it's created in the helper and only `self_dist` is returned, then
`self_dist_tmp` will be dropped and the directory will be deleted.
* If it's created in the helper and we use `into_path()` to persist it,
then it won't be cleaned up when the function exits.
0 commit comments