Don’t create a symlink
parent
0ed349a0c3
commit
31752fe8ab
|
|
@ -100,7 +100,6 @@ namespace Ryujinx.Common.Configuration
|
|||
{
|
||||
CopyDirectory(oldConfigPath, BaseDirPath);
|
||||
Directory.Delete(oldConfigPath, true);
|
||||
Directory.CreateSymbolicLink(oldConfigPath, BaseDirPath);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in New Issue