malxau / yori

Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.
http://www.malsmith.net/yori/
MIT License
1.23k stars 30 forks source link

"cab.exe -s -u" does not overwrite files with read-only and system attributes set #115

Closed aleaksunder closed 1 year ago

aleaksunder commented 1 year ago

Hi!

The thing is that if you have files with these attributes within .cab-archive you can not simply uncompress it over the existing files with such attributes.

malxau commented 1 year ago

This should be fixed with commit 50f72e0dc41a1d2fa5a1d332eb40492efbf98862 . Let me know if you have further issues in this area.

aleaksunder commented 1 year ago

Cool! Thanks! Gratz with 2.0 release!