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
make-unizip: do not use 7z -r (this flag does not do what you think)
The -r option of zip is already implied by 7z, the -r option of 7z
does something else, and as the 7z man page says:
> (CAUTION: this flag does not do what you think, avoid using it)
0 commit comments