mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
fixed crash in 98 when downloading something
This commit is contained in:
parent
98ef2526d6
commit
7f58311cc5
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ public static void UpgradeFileSystem(string newOS)
|
|||
fsfi = JsonConvert.DeserializeObject<FileSystemFolderInfo>(File.ReadAllText(Path.Combine(ProfileWindowsDirectory, "_data.info")));
|
||||
|
||||
Directory.Delete(Path.Combine(ProfileWindowsDirectory, "Desktop"), true);
|
||||
Directory.CreateDirectory(Path.Combine(ProfileWindowsDirectory, "Desktop"));
|
||||
SaveDirectoryInfo(ProfileWindowsDirectory, "Desktop", true, "Desktop", true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue