From 9c48a17e73615af86edf5ecd0201a08449374f8b Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sun, 12 Apr 2020 04:00:33 -0500 Subject: [PATCH] Changed comment --- DS4Windows/DS4Control/Util.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {