mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 14:57:45 +01:00
Extract plugin to temp directory before copying to final location, some minor cleanup
This commit is contained in:
parent
f2c89bfc00
commit
34679d085b
8 changed files with 263 additions and 153 deletions
|
|
@ -91,7 +91,7 @@ internal sealed partial class TextureManager
|
|||
throw new NullReferenceException($"{nameof(path)} cannot be null.");
|
||||
|
||||
using var wrapAux = new WrapAux(wrap, true);
|
||||
var pathTemp = Util.GetTempFileNameForFileReplacement(path);
|
||||
var pathTemp = Util.GetReplaceableFileName(path);
|
||||
var trashfire = new List<Exception>();
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue