From d33dee05d612490a48661ac0c2fe9dbfc5db50a3 Mon Sep 17 00:00:00 2001 From: bcssov Date: Mon, 27 Apr 2020 14:33:22 +0200 Subject: [PATCH] Add publish all script --- publish/publish-all.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 publish/publish-all.bat diff --git a/publish/publish-all.bat b/publish/publish-all.bat new file mode 100644 index 00000000..3016ece4 --- /dev/null +++ b/publish/publish-all.bat @@ -0,0 +1,3 @@ +call publish-linux-x64.bat +call publish-osx-x64.bat +call publish-win-x64.bat \ No newline at end of file