Преглед изворни кода

updater: Add additional status messages

(cherry picked from commit ffd7202168faf5b0d172344b7d6d2a8712ee6322)
derrod пре 2 година
родитељ
комит
ab69f5db05
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      UI/win-update/updater/updater.cpp

+ 3 - 0
UI/win-update/updater/updater.cpp

@@ -1648,6 +1648,7 @@ static bool Update(wchar_t *cmdLine)
 	};
 
 	if (!bIsPortable) {
+		Status(L"Installing Virtual Camera...");
 		wchar_t regsvr[MAX_PATH];
 		wchar_t src[MAX_PATH];
 		wchar_t tmp[MAX_PATH];
@@ -1681,11 +1682,13 @@ static bool Update(wchar_t *cmdLine)
 	/* ------------------------------------- *
 	 * Update hook files and vulkan registry */
 
+	Status(L"Updating Game Capture hooks...");
 	UpdateHookFiles();
 
 	/* ------------------------------------- *
 	 * Finish                                */
 
+	Status(L"Cleaning up...");
 	/* If we get here, all updates installed successfully so we can purge
 	 * the old versions */
 	for (update_t &update : updates) {