diff --git a/scripts/Windows/Software/reWASD/Manage.ps1 b/scripts/Windows/Software/reWASD/Manage.ps1 index 20f3591b..db0c5707 100644 --- a/scripts/Windows/Software/reWASD/Manage.ps1 +++ b/scripts/Windows/Software/reWASD/Manage.ps1 @@ -16,7 +16,7 @@ $null = New-Module { $tempDir = $context.GetTempDirectory(); Write-Information "Downloading reWASD"; - $file = Start-AutomatedDownload $context "https://rewasd.com/" 'a[data-event-category="Download"]' $tempDir; + $file = Start-AutomatedDownload $context "https://rewasd.com/" 'a.btn-default[href="#"]' $tempDir; Write-Information "Installing reWASD"; Start-Process -Wait -FilePath $file.FullName -ArgumentList "/S";