mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2026-01-31 01:15:16 +01:00
Changed comment
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user