File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
build_scripts/windows/scripts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ REM See https://stackoverflow.com/a/12407934/2199657
77echo build a msi installer using local cli sources and python executables. You need to have curl.exe, unzip.exe and msbuild.exe available under PATH
88echo .
99
10- set " PATH = %PATH% ;%ProgramFiles% \Git\bin;%ProgramFiles% \Git\usr\bin;C:\Program Files (x86)\Git\bin;C:\Program Files (x86)\Microsoft Visual Studio\2019 \Enterprise\MSBuild\Current\Bin"
10+ set " PATH = %PATH% ;%ProgramFiles% \Git\bin;%ProgramFiles% \Git\usr\bin;C:\Program Files (x86)\Git\bin;C:\Program Files (x86)\Microsoft Visual Studio\2022 \Enterprise\MSBuild\Current\Bin"
1111
1212if " %CLI_VERSION% " == " " (
1313 echo Please set the CLI_VERSION environment variable, e.g. 2.0.13
You can’t perform that action at this time.
0 commit comments