mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 23:34:39 +00:00
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
This commit is contained in:
parent
284758d1d2
commit
4e7a553f1e
1 changed files with 2 additions and 2 deletions
|
@ -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%
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue