增加了windows下构建的批处理

This commit is contained in:
sherylynn 2018-03-01 14:13:31 +08:00
parent be4933599e
commit a2ea244e71

9
make.bat Normal file
View File

@ -0,0 +1,9 @@
@echo off
cls
setlocal EnableDelayedExpansion
rem gitbook install
rem &^ 批处理运行gitbook会中断命令 所以用&链接,用^处理换行
go run update_version.go
gitbook build &^
go run fix-data-revision.go &^
go run builder.go