remove trailing whitespaces

THX to Mr.K :)
This commit is contained in:
MyDrift
2024-07-15 19:16:20 +02:00
parent 0fc921cb7c
commit 172f893c9f
5 changed files with 12 additions and 12 deletions

View File

@ -27,7 +27,7 @@ function Invoke-WPFFeatureInstall {
$sync.ProcessRunning = $false
$sync.form.Dispatcher.Invoke([action]{ Set-WinUtilTaskbaritem -state "None" -overlay "checkmark" })
Write-Host "==================================="
Write-Host "--- Features are Installed ---"
Write-Host "--- A Reboot may be required ---"

View File

@ -28,9 +28,9 @@ function Invoke-WPFShortcut {
else{
$shell = "powershell.exe"
}
$shellArgs = "-ExecutionPolicy Bypass -Command `"Start-Process $shell -verb runas -ArgumentList `'-Command `"irm https://christitus.com/win | iex`"`'"
$DestinationName = "WinUtil.lnk"
}