diff --git a/.vs/Switch_Toolbox/v15/.suo b/.vs/Switch_Toolbox/v15/.suo index 98a94f00..667dd790 100644 Binary files a/.vs/Switch_Toolbox/v15/.suo and b/.vs/Switch_Toolbox/v15/.suo differ diff --git a/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide b/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide index 0439471d..c5f52ed5 100644 Binary files a/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide and b/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide differ diff --git a/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-wal b/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-wal index bbce6149..04dbedfe 100644 Binary files a/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-wal and b/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-wal differ diff --git a/Updater/Program.cs b/Updater/Program.cs index a1445fc0..f06baf91 100644 --- a/Updater/Program.cs +++ b/Updater/Program.cs @@ -79,6 +79,9 @@ namespace Updater { string dirName = new DirectoryInfo(dir).Name; + File.SetAttributes(dirName, FileAttributes.Normal); + File.SetAttributes(folderDir, FileAttributes.Normal); + if (Directory.Exists(Path.Combine(folderDir, dirName + @"\"))) Directory.Delete(Path.Combine(folderDir, dirName + @"\"), true); Directory.Move(dir, Path.Combine(folderDir, dirName + @"\"));