diff --git a/windev.ps1 b/windev.ps1 index 6ad84f4f..2568fa17 100644 --- a/windev.ps1 +++ b/windev.ps1 @@ -12,6 +12,9 @@ Run in Admin Powershell > ./windev.ps1 #> +# Set PowerShell window title +$Host.UI.RawUI.WindowTitle = $myInvocation.MyCommand.Definition + # Function to fetch the latest release tag from the GitHub API function Get-LatestRelease { try {