https://bugs.winehq.org/show_bug.cgi?id=48354
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #9 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit 81386ee720fffa9c55e52e9ce405e0ae0395ba7d Author: Francois Gouget fgouget@codeweavers.com Date: Thu Apr 23 15:04:27 2020 +0200
testbot/build: Add support for shared Gecko and Mono installs.
This adds the _UpdateSharedAddOn() method and only calls _UpdateMSIAddOn() as a fallback. This also updates _IsAddOnBad() to check for the presence of the shared install so the addon is not updated if it is present in either the shared install or MSI form. _IsAddOnBad() also stores the information needed to locate and update the addon for use by the update methods.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org