diff --git a/DS4Windows/DS4Control/Util.cs b/DS4Windows/DS4Control/Util.cs index 65362dc..6691416 100644 --- a/DS4Windows/DS4Control/Util.cs +++ b/DS4Windows/DS4Control/Util.cs @@ -201,7 +201,7 @@ namespace DS4Windows { w.WriteLine("@echo off"); // Turn off echo w.WriteLine("@echo Attempting to replace updater, please wait..."); - // Copy temp downloaded file to destination + // Move temp downloaded file to destination w.WriteLine($"@mov /Y \"{tmpUpdaterPath}\" {Global.exedirpath}\\DS4Updater.exe"); if (deleteUpdatesDir) {