mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 01:09:17 +01:00
Changed comment
This commit is contained in:
parent
98fea512a4
commit
9c48a17e73
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user