diff --git a/.vs/Switch_Toolbox/v15/.suo b/.vs/Switch_Toolbox/v15/.suo index fba7567c..d15b3d01 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 c5f52ed5..a6fb6b0c 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 04dbedfe..8d296fdc 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 48ae774c..5c82e423 100644 --- a/Updater/Program.cs +++ b/Updater/Program.cs @@ -77,7 +77,7 @@ namespace Updater Console.WriteLine("Installing..."); foreach (string dir in Directory.GetDirectories("master/")) { - File.SetAttributes(dir, FileAttributes.Normal); + File.SetAttributes(dir, FileAttributes.Directory); File.SetAttributes(folderDir, FileAttributes.Normal); string dirName = new DirectoryInfo(dir).Name;