From bd0156625137f3490d38dd6dbcc149e2726e7af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 15 Jun 2021 17:33:33 +0200 Subject: [PATCH] Allow `script\build` as shorthand for `go run script\build.go` on Windows --- script/build.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 script/build.bat diff --git a/script/build.bat b/script/build.bat new file mode 100644 index 000000000..c88d5b22b --- /dev/null +++ b/script/build.bat @@ -0,0 +1 @@ +go run script\build.go %*