diff --git a/build.bat b/build.bat index 2cb5356..b15feac 100644 --- a/build.bat +++ b/build.bat @@ -67,7 +67,7 @@ python_installer.exe /uninstall || goto :error :skip_uninstall_python python_installer.exe /quiet TargetDir="%loc%\runtimes\python" PrependPath=1 CompileAll=1 || goto :error mkdir "%loc%\runtimes\python\Pip" || goto :error -set "PATH=%PATH%;%loc%\runtimes\python" +set "PATH=%PATH%;%loc%\runtimes\python;%loc%\runtimes\python\Pip\bin" rem Install DotNet powershell -Command "$global:ProgressPreference = 'SilentlyContinue'; Expand-Archive" -Path "dotnet_sdk.zip" -DestinationPath "%loc%\runtimes\dotnet" || goto :error