Fix non-functioning code

This commit is contained in:
Manuel Thalmann 2023-07-27 01:35:45 +02:00
parent 5fc9f71fa7
commit b78da81005

View file

@ -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;
}
}