From 6e78e5a38493a5a35c384a00bd646a76edf4f9a0 Mon Sep 17 00:00:00 2001 From: tarnith Date: Thu, 4 May 2023 14:40:14 -0600 Subject: [PATCH] Update build.sh Moved the hardcoded directory to at least C;\temp so the chance of overwriting existing files is reduced. Perhaps a check for existing directores before wiping data would be advised. --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 2ea2a1a..54c7ce5 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -25,7 +25,7 @@ else cmake_preset="vs-vcpkg" gui_model=local triplet=$cpu-win - buildtrees="C:\B" + buildtrees="C:\temp\B" fi if [[ "$1" != "" ]]; then