[gimp/gimp-2-10] Installer: Python fixes



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

    Installer: Python fixes
    
    (cherry picked from commit 2a438351dd59280c68bc7771d819c7e88f70f164)

 build/windows/installer/gimp3264.iss |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index 9e56460..b64f293 100755
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -339,6 +339,8 @@ Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\metadata.exe"
 Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\file-psd-save.exe"
 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"
 
 [UninstallDelete]
 Type: files; Name: "{app}\uninst\uninst.inf"
@@ -596,7 +598,7 @@ begin
                Env := Env + ';${gimp_installation_dir}\32\bin' + #10;
 
                if IsComponentSelected('gimp32on64\py') then
-                       Env := Env + 'PYTHONPATH=${gimp_installation_dir}\32\lib\gimp\2.0\python' + #10;
+                       Env := Env + 
'PYTHONPATH=${gimp_installation_dir}\32\lib\gimp\2.0\python;${gimp_plug_in_dir}\plug-ins\python-console' + 
#10;
 
        end else
        begin


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