Update _updatePublisher.bat

This commit is contained in:
Jose Costa Teixeira
2020-04-29 15:59:15 +02:00
committed by GitHub
parent f95b8c4f79
commit ba0ac1f61a

View File

@@ -168,7 +168,7 @@ echo "Errors encountered during execution. Exited with status: %errorlevel%"
goto end
:next
ECHO Updating this file...
start copy /y "_updatePublisher.new.bat" "_updatePublisher2.bat" ^&^& del "_updatePublisher.new.bat" ^&^& exit
start copy /y "_updatePublisher.new.bat" "_updatePublisher.bat" ^&^& del "_updatePublisher.new.bat" ^&^& exit
REM ============================
:end