Show path of saved CustomAppsList file after creation

This commit is contained in:
Raphire
2025-04-14 21:02:58 +02:00
parent f1e683476e
commit 7fc4a1fba0
2 changed files with 3 additions and 2 deletions

View File

@@ -1171,7 +1171,8 @@ if ($RunAppConfigurator) {
Write-Host "App configurator was closed without saving." -ForegroundColor Red
}
else {
Write-Output "Your app selection was saved to the 'CustomAppsList' file in the root folder of the script."
Write-Output "Your app selection was saved to the 'CustomAppsList' file, found at:"
Write-Host "$PSScriptRoot" -ForegroundColor Yellow
}
AwaitKeyToExit