From a2ea244e714d0e96f16b67710b030e9bc62bc518 Mon Sep 17 00:00:00 2001 From: sherylynn <352281674@qq.com> Date: Thu, 1 Mar 2018 14:13:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86windows=E4=B8=8B?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E7=9A=84=E6=89=B9=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 make.bat diff --git a/make.bat b/make.bat new file mode 100644 index 0000000..61a62e8 --- /dev/null +++ b/make.bat @@ -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 \ No newline at end of file