We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f167ba4 + 5a48dcb commit 22100c8Copy full SHA for 22100c8
1 file changed
WheelWizard/Services/Installation/RetroRewindUpdater.cs
@@ -102,7 +102,7 @@ private static async Task<bool> ApplyFileDeletionsBetweenVersions(string current
102
103
foreach (var file in deletionsToApply)
104
{
105
- var absoluteDestinationPath = Path.GetFullPath(PathManager.RiivolutionWhWzFolderPath);
+ var absoluteDestinationPath = Path.GetFullPath(PathManager.RiivolutionWhWzFolderPath + Path.AltDirectorySeparatorChar);
106
var filePath = Path.GetFullPath(Path.Combine(absoluteDestinationPath, file.Path.TrimStart('/')));
107
//because we are actually getting the path from the server,
108
//we need to make sure we are not getting hacked, so we check if the path is in the riivolution folder
0 commit comments