diff --git a/.gitignore b/.gitignore index ecaaf7e..be436b7 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ profile /client/tools/qt-redist /config.json /config.*.json +/client/tools/ms-redist diff --git a/config.json.in b/config.json.in index 4cb44c5..2028aa1 100644 --- a/config.json.in +++ b/config.json.in @@ -19,10 +19,11 @@ "cmake": "C:\\Program Files(x86)\\CMake\\bin\\cmake.exe", "wget": "", "7z": "", + "nsis": "" }, - "remote": { + "#.remote": { "short-name-1": { "type": "linux", "name": "centos7", diff --git a/make.sh b/make.sh index 521834e..808637b 100755 --- a/make.sh +++ b/make.sh @@ -7,7 +7,7 @@ PATH_ROOT=$(cd "$(dirname "$0")"; pwd) # environment if you want to build teleport components for such # platforms. # ================================================================= -PY_EXEC_WINDOWS="C:\\Program Files(x86)\\python-3.7\\python.exe" +PY_EXEC_WINDOWS="C:\\apps\\py37-x86\\python.exe" PY_EXEC_MACOS="/usr/local/bin/python3" set -e