mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 22:08:26 +00:00
Another fix for updater
This commit is contained in:
parent
027c1d10d3
commit
eb4d87decc
4 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue