90c773488c
Setup Installer CI (#25184), (#25191) Co-authored-by: Zack Galbreath <zack.galbreath@kitware.com> Co-authored-by: lou.lawrence@kitware.com <lou.lawrence@kitware.com> Co-authored-by: Betsy McPhail <betsy.mcphail@kitware.com>
4 lines
142 B
PowerShell
4 lines
142 B
PowerShell
param ($systemFolder, $shortcut)
|
|
|
|
$start = [System.Environment]::GetFolderPath("$systemFolder")
|
|
Invoke-Item "$start\Programs\Spack\$shortcut"
|