Fix typo
This commit is contained in:
parent
2ceed327f8
commit
9d7d0efe2b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ $null = New-Module {
|
|||
Write-Information "Installing TrackMania Nations Forever";
|
||||
winget install --accept-source-agreements --accept-package-agreements -e --id Nadeo.TrackManiaNationsForever;
|
||||
Write-Information "Removing Desktop Icon";
|
||||
$context.RemoveDesktopIcon("*TmNationsForever");
|
||||
$context.RemoveDesktopIcon("*TmNationsForever*");
|
||||
Write-Information "Restoring Files";
|
||||
$context.Restore($context.SoftwareArchive($softwareName), $path);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue