Francois Gouget : testbot/Build: Update the Gecko download URL.

Alexandre Julliard julliard at winehq.org
Thu Dec 12 16:22:40 CST 2019


Module: tools
Branch: master
Commit: 9cbf7af1a19236133047c9131859bc4c930e815f
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=9cbf7af1a19236133047c9131859bc4c930e815f

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Dec 12 13:31:30 2019 +0100

testbot/Build: Update the Gecko download URL.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 15acf67..a8e5a0e 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));
 




More information about the wine-cvs mailing list