Update _index.en.md

This commit is contained in:
Mr-Update 2024-02-09 21:38:15 +01:00 committed by GitHub
parent 76bfebfffb
commit 7a83294841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ $rdver = ((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Un
if ($rdver -eq $RustDeskOnGitHub.Version)
{
Write-Output "RustDesk $rdver is the newest version"
Write-Output "RustDesk $rdver is the newest version."
Exit
}
@ -358,4 +358,3 @@ fi
echo "Password: $rustdesk_pw"
echo "..............................................."
```