Skip to content

Commit

Permalink
Copy the install output to install.log file on macOS, linux and unix
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Feb 8, 2024
1 parent 07b1b3e commit b4fafaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
# Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.

export xtd_version=0.2.0
scripts/install/install.sh "$@"
scripts/install/install.sh "$@" 2>&1 | tee install.log
mv install.log build/install.log

0 comments on commit b4fafaf

Please sign in to comment.