[gimp/gimp-2-10] Installer: update python2 interpreter file



commit a296c92f7c41ce0836c719089e5c316cb1f7f378
Author: Jernej Simončič <jernej|s-gitstuff eternallybored org>
Date:   Thu Jul 5 12:18:13 2018 +0200

    Installer: update python2 interpreter file

 build/windows/installer/gimp3264.iss | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index 84ee78f1cf..e419608830 100755
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -566,12 +566,14 @@ begin
                
                if IsComponentSelected('py') then
                begin
-                       Interp := 'python=' + ExpandConstant('{app}\bin\pythonw.exe') + #10 + 
-                                  '/usr/bin/python=' + ExpandConstant('{app}\bin\pythonw.exe') + 
#10':Python:E::py::python:'#10;
+                       Interp := 'python=' + ExpandConstant('{app}\bin\pythonw.exe') + #10 +
+                                 'python2=' + ExpandConstant('{app}\bin\pythonw.exe') + #10 +
+                                 '/usr/bin/python=' + ExpandConstant('{app}\bin\pythonw.exe') + 
#10':Python:E::py::python:'#10;
                end else
                begin
-                       Interp := 'python=' + ExpandConstant('{app}\32\bin\pythonw.exe') + #10 + 
-                                  '/usr/bin/python=' + ExpandConstant('{app}\32\bin\pythonw.exe') + 
#10':Python:E::py::python:'#10;
+                       Interp := 'python=' + ExpandConstant('{app}\32\bin\pythonw.exe') + #10 +
+                                 'python2=' + ExpandConstant('{app}\32\bin\pythonw.exe') + #10 +
+                                 '/usr/bin/python=' + ExpandConstant('{app}\32\bin\pythonw.exe') + 
#10':Python:E::py::python:'#10;
                end;
 
                


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