Fix non-functioning code
This commit is contained in:
parent
3f80aee2fc
commit
da663a6526
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 -SpecialFolder CommonStartMenu).Path)/RetroArch.lnk" -TargetPath (Get-Command retroarch).Source;
|
||||
Install-ChocolateyShortcut -ShortcutFilePath "$((Get-KnownFolder "Common Programs").Path)/RetroArch.lnk" -TargetPath (Get-Command retroarch).Source;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue