mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-29 15:35:40 +00:00
Fixed a bug where .txt files would save in the wrong location upon PCK extraction
This commit is contained in:
@@ -1131,7 +1131,7 @@ namespace PckStudio
|
||||
metaData += $"{entry.Item1}: {entry.Item2}{Environment.NewLine}";
|
||||
}
|
||||
|
||||
File.WriteAllText(sfd.SelectedPath + @"\" + Path.GetFileNameWithoutExtension(file.filepath) + ".txt", metaData);
|
||||
File.WriteAllText(sfd.SelectedPath + @"\" + file.filepath + ".txt", metaData);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user