Francois Gouget : testbot/Build: Update the Gecko download URL.
Module: tools Branch: master Commit: 9cbf7af1a19236133047c9131859bc4c930e815f URL: https://source.winehq.org/git/tools.git/?a=commit;h=9cbf7af1a19236133047c913... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Thu Dec 12 13:31:30 2019 +0100 testbot/Build: Update the Gecko download URL. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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));
participants (1)
-
Alexandre Julliard