Reuse existent variable
This commit is contained in:
parent
f1c3c62469
commit
a760b08537
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ $null = New-Module {
|
|||
"/Saved Games/RetroArch/System");
|
||||
|
||||
Write-Information "Creating a Start Menu Icon";
|
||||
Install-ChocolateyShortcut -ShortcutFilePath "$((Get-KnownFolder "Common Programs").Path)/RetroArch.lnk" -TargetPath ((Get-Item "C:\tools\RetroArch-Win64\retroarch.exe").FullName);
|
||||
Install-ChocolateyShortcut -ShortcutFilePath "$((Get-KnownFolder "Common Programs").Path)/RetroArch.lnk" -TargetPath ((Get-Item "$path\retroarch.exe").FullName);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue