[PATCH] testbot/Build: Update the Gecko download URL.

Francois Gouget fgouget at codeweavers.com
Thu Dec 12 06:31:30 CST 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/Build/Utils.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testbot/lib/Build/Utils.pm b/testbot/lib/Build/Utils.pm
index 15acf6783..a8e5a0e0e 100644
--- a/testbot/lib/Build/Utils.pm
+++ b/testbot/lib/Build/Utils.pm
@@ -314,8 +314,7 @@ sub _UpdateAddOn($$$)
     return 0;
   }
 
-  $AddOn->{filename} = "wine". ($Name eq "gecko" ? "_" : "-") .
-                       "$Name-$AddOn->{version}".
+  $AddOn->{filename} = "wine-$Name-$AddOn->{version}".
                        ($Arch eq "" ? "" : "-$Arch") .".msi";
   return 1 if (!_VerifyAddOn($AddOn, $Arch));
 
-- 
2.20.1



More information about the wine-devel mailing list