[gitg/wip/swilmet/win32-installer-fixes: 1/2] win32: fix make-installer.bat



commit 4e7a553f1e30d4518b52130f92637e3d398ac0f5
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Sep 27 11:49:17 2016 +0200

    win32: fix make-installer.bat
    
    - The bash script is called make-installer, not make-gedit-installer.
    
    - Fix the second path to bash.exe (for stage2). See:
      https://git.gnome.org/browse/gedit/commit/?id=b03d7a9749ca6a4960739921b65908f16495a1a8

 win32/make-installer.bat |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/win32/make-installer.bat b/win32/make-installer.bat
index 8638058..4b1d642 100644
--- a/win32/make-installer.bat
+++ b/win32/make-installer.bat
@@ -1,9 +1,9 @@
-C:/msys64/usr/bin/bash.exe -c "./make-gedit-installer stage1"
+C:/msys64/usr/bin/bash.exe -c "./make-installer stage1"
 if errorlevel 1 (
 exit /b %errorlevel%
 )
 
-C:/msys64/tmp/newgedit/msys64/usr/bin/bash.exe -c "./make-gedit-installer stage2"
+C:/msys64/usr/bin/bash.exe -c "./make-installer stage2"
 if errorlevel 1 (
 exit /b %errorlevel%
 )


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