mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-15 02:26:39 +00:00
Don’t create a symlink
This commit is contained in:
parent
0ed349a0c3
commit
31752fe8ab
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ namespace Ryujinx.Common.Configuration
|
|||
{
|
||||
CopyDirectory(oldConfigPath, BaseDirPath);
|
||||
Directory.Delete(oldConfigPath, true);
|
||||
Directory.CreateSymbolicLink(oldConfigPath, BaseDirPath);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue