mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Add "git pull" before compiling to build.bat
(to make sure we get correct version number)
This commit is contained in:
parent
dc8329ef2b
commit
7c14754dc0
@ -11,6 +11,12 @@ IF /I "%~1" == "--help" GOTO ShowHelp
|
|||||||
IF /I "%~1" == "/?" GOTO ShowHelp
|
IF /I "%~1" == "/?" GOTO ShowHelp
|
||||||
IF /I "%~1" == "-?" GOTO ShowHelp
|
IF /I "%~1" == "-?" GOTO ShowHelp
|
||||||
|
|
||||||
|
ECHO Getting latest changes...
|
||||||
|
git pull
|
||||||
|
ECHO.
|
||||||
|
|
||||||
|
ECHO Starting compilation...
|
||||||
|
|
||||||
REM Set environment variables for Visual Studio command line if necessary
|
REM Set environment variables for Visual Studio command line if necessary
|
||||||
:SetVsCmdLineEnv
|
:SetVsCmdLineEnv
|
||||||
IF DEFINED VSINSTALLDIR IF EXIST "%VSINSTALLDIR%" (
|
IF DEFINED VSINSTALLDIR IF EXIST "%VSINSTALLDIR%" (
|
||||||
|
Loading…
Reference in New Issue
Block a user