From 2bc9f196ac0b403b7f4c82a1213b45f38c5ca721 Mon Sep 17 00:00:00 2001 From: Belim Date: Fri, 19 Apr 2024 11:50:57 +0200 Subject: [PATCH] Update and rename plug.restoreInboxApps.ps1.ps1 to plug.restoreInboxApps.ps1 --- ...{plug.restoreInboxApps.ps1.ps1 => plug.restoreInboxApps.ps1} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename extensions/{plug.restoreInboxApps.ps1.ps1 => plug.restoreInboxApps.ps1} (97%) diff --git a/extensions/plug.restoreInboxApps.ps1.ps1 b/extensions/plug.restoreInboxApps.ps1 similarity index 97% rename from extensions/plug.restoreInboxApps.ps1.ps1 rename to extensions/plug.restoreInboxApps.ps1 index 7ecae24..d011e14 100644 --- a/extensions/plug.restoreInboxApps.ps1.ps1 +++ b/extensions/plug.restoreInboxApps.ps1 @@ -28,4 +28,4 @@ foreach ($app in $allApps) { if ($reinstalledCount -eq $totalApps) { Write-Host "All apps reinstalled successfully." -ForegroundColor Green Write-Host "Winpilot and Clippy have reinstalled everything possible." -ForegroundColor Cyan -} \ No newline at end of file +}