This commit is contained in:
mratsim 2018-09-10 12:35:17 +02:00
commit f6a66c8d3c
1 changed files with 4 additions and 5 deletions

View File

@ -55,8 +55,7 @@ install:
) ELSE ( ) ELSE (
( CD Nim ) & ( CD Nim ) &
( git rev-parse HEAD > ..\\cur_ver.txt ) & ( git rev-parse HEAD > ..\\cur_ver.txt ) &
( fc ver.txt ..\\cur_ver.txt > nul ) & ( fc ver.txt ..\\cur_ver.txt || SET NEED_REBUILD=1 ) &
( IF NOT ERRORLEVEL == 0 SET NEED_REBUILD=1 ) &
( cd .. ) ( cd .. )
) )