gitg/win32/make-installer.bat
Sébastien Wilmet 4e7a553f1e 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
2016-09-27 11:55:56 +02:00

10 lines
195 B
Batchfile

C:/msys64/usr/bin/bash.exe -c "./make-installer stage1"
if errorlevel 1 (
exit /b %errorlevel%
)
C:/msys64/usr/bin/bash.exe -c "./make-installer stage2"
if errorlevel 1 (
exit /b %errorlevel%
)