From eebe79523782bc027f2b7720de215eb00b080513 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 5 Feb 2024 23:21:05 +0100 Subject: [PATCH] Update install script for reWASD --- scripts/Windows/Software/reWASD/Manage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";