Compile Winutil

This commit is contained in:
ChrisTitusTech 2024-07-25 20:21:14 +00:00 committed by github-actions[bot]
parent 790afac860
commit d1a40217c1

View File

@ -5035,7 +5035,7 @@ function Invoke-WPFShortcut {
$shell = "powershell.exe"
}
$shellArgs = "-ExecutionPolicy Bypass -Command `"Start-Process $shell -verb runas -ArgumentList `'-Command `"irm https://christitus.com/win | iex`"`'"
$shellArgs = "-ExecutionPolicy Bypass -Command `"Start-Process $shell -verb runas -ArgumentList `'-Command `"irm https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1 | iex`"`'"
$DestinationName = "WinUtil.lnk"