Changed comment

This commit is contained in:
Travis Nickles 2020-04-12 04:00:33 -05:00
parent 98fea512a4
commit 9c48a17e73

View File

@ -201,7 +201,7 @@ namespace DS4Windows
{ {
w.WriteLine("@echo off"); // Turn off echo w.WriteLine("@echo off"); // Turn off echo
w.WriteLine("@echo Attempting to replace updater, please wait..."); 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"); w.WriteLine($"@mov /Y \"{tmpUpdaterPath}\" {Global.exedirpath}\\DS4Updater.exe");
if (deleteUpdatesDir) if (deleteUpdatesDir)
{ {