From 0fc12c95ddef8db94fc066d9053c6c5e9dba47cb Mon Sep 17 00:00:00 2001 From: Gammasoft Date: Sun, 7 Jul 2024 20:04:41 +0200 Subject: [PATCH] Fix install on Windows --- install.cmd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/install.cmd b/install.cmd index d5bb44caf76f..58a6e1c3ad74 100644 --- a/install.cmd +++ b/install.cmd @@ -4,5 +4,9 @@ :: Changes to this file may cause incorrect behavior and will be lost if the file is regenerated. set xtd_version=0.2.0 -call scripts\install\install.cmd %* | scripts\install\tee.cmd install.log -move install.log build\install.log +call scripts\install\install.cmd %* + +:------------------------------------------ +:: tee.cmd does not work correctly. It will be necessary to debug tee. +::call scripts\install\install.cmd %* | scripts\install\tee.cmd install.log +::move install.log build\install.log