mirror of https://github.com/tp4a/teleport
build on Windows.
parent
0c27a04034
commit
32e8fa6468
|
@ -115,3 +115,4 @@ profile
|
||||||
/client/tools/qt-redist
|
/client/tools/qt-redist
|
||||||
/config.json
|
/config.json
|
||||||
/config.*.json
|
/config.*.json
|
||||||
|
/client/tools/ms-redist
|
||||||
|
|
|
@ -19,10 +19,11 @@
|
||||||
"cmake": "C:\\Program Files(x86)\\CMake\\bin\\cmake.exe",
|
"cmake": "C:\\Program Files(x86)\\CMake\\bin\\cmake.exe",
|
||||||
"wget": "",
|
"wget": "",
|
||||||
"7z": "",
|
"7z": "",
|
||||||
|
"nsis": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
"remote": {
|
"#.remote": {
|
||||||
"short-name-1": {
|
"short-name-1": {
|
||||||
"type": "linux",
|
"type": "linux",
|
||||||
"name": "centos7",
|
"name": "centos7",
|
||||||
|
|
2
make.sh
2
make.sh
|
@ -7,7 +7,7 @@ PATH_ROOT=$(cd "$(dirname "$0")"; pwd)
|
||||||
# environment if you want to build teleport components for such
|
# environment if you want to build teleport components for such
|
||||||
# platforms.
|
# 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"
|
PY_EXEC_MACOS="/usr/local/bin/python3"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Reference in New Issue