From 4657ca98897dbbb97ff4f4dbc245b39142577101 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Sat, 22 Nov 2025 18:22:06 -0300 Subject: [PATCH] Issue #14910: Remove old versioned typelibs Starting on 3.2 we will not bundle unpredictable .typelib from the MSYSTEM prefix but only the ones used by libgimp and libgimpui. Since there are old typelibs from previous installs that will not work since the .dlls are different, let's clean the dir before installing the reduced ones. --- build/windows/installer/base_gimp3264.iss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/windows/installer/base_gimp3264.iss b/build/windows/installer/base_gimp3264.iss index 3c895cf269..77141774b3 100644 --- a/build/windows/installer/base_gimp3264.iss +++ b/build/windows/installer/base_gimp3264.iss @@ -515,6 +515,8 @@ Type: files; Name: "{app}\bin\python3*.exe" ;Uneeded shipped headers in 3.0 RC3 (we now ship only babl, gegl and gimp) Type: filesandordirs; Name: "{app}\include\exiv2" Type: filesandordirs; Name: "{app}\include\gexiv2" +;Old uneeded typelibs (not distributed since 3.1.4) +Type: files; Name: "{app}\lib\girepository-1.0\*.typelib" [UninstallDelete] Type: files; Name: "{app}\uninst\uninst.inf"