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.
This commit is contained in:
parent
38881a8925
commit
4657ca9889
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue