mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 06:50:47 -07:00
Don’t create a symlink
This commit is contained in:
@ -100,7 +100,6 @@ namespace Ryujinx.Common.Configuration
|
||||
{
|
||||
CopyDirectory(oldConfigPath, BaseDirPath);
|
||||
Directory.Delete(oldConfigPath, true);
|
||||
Directory.CreateSymbolicLink(oldConfigPath, BaseDirPath);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user