[gimp/gimp-2-10] Installer: remove .dll files from plug-ins directory



commit eb41014b47be22009f2816eaf114cf7d79995bfe
Author: Jernej Simončič <jernej|s-gitstuff eternallybored org>
Date:   Sun May 20 22:39:23 2018 +0200

    Installer: remove .dll files from plug-ins directory
    
    (cherry picked from commit 952e7f365cadc615209ac59e8895cd1c2658a2dc)

 build/windows/installer/gimp3264.iss |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index 2ab2023..3e08a3b 100755
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -341,6 +341,8 @@ Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\file-psd-load.exe"
 Type: files; Name: "{app}\lib\babl-0.1\sse-fixups.dll"
 Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\pyconsole.py"
 Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\python-console.py"
+;DLLs in plug-ins directory (see bug 796225)
+Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\*.dll"
 
 [UninstallDelete]
 Type: files; Name: "{app}\uninst\uninst.inf"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]