From 9d7d0efe2be6d125c4aa0e206b7bccc7bf2a32ab Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 16 Jul 2023 14:52:53 +0200 Subject: [PATCH] Fix typo --- scripts/Windows/Software/TrackMania Nations Forever/Manage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Software/TrackMania Nations Forever/Manage.ps1 b/scripts/Windows/Software/TrackMania Nations Forever/Manage.ps1 index 07572421..0e293d98 100644 --- a/scripts/Windows/Software/TrackMania Nations Forever/Manage.ps1 +++ b/scripts/Windows/Software/TrackMania Nations Forever/Manage.ps1 @@ -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); }