mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
fix in readonly changes
This commit is contained in:
parent
e164d7a8bf
commit
3a66a35fe3
@ -412,7 +412,6 @@ namespace Wabbajack.Lib
|
||||
var fi = new FileInfo(from);
|
||||
if (fi.IsReadOnly)
|
||||
fi.IsReadOnly = false;
|
||||
File.Delete(from);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user