Skip to content

Commit

Permalink
Fix install on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jul 7, 2024
1 parent d2e346c commit 0fc12c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0fc12c9

Please sign in to comment.