mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fixes installer rebuild, snapshot versioning, and the README.txt file.
This commit is contained in:
parent
494374922c
commit
b85b427507
4 changed files with 32 additions and 12 deletions
|
@ -291,6 +291,7 @@ class PythonBootstrapperApplication : public CBalBaseBootstrapperApplication {
|
|||
hr = BalGetStringVariable(L"TargetDir", &targetDir);
|
||||
if (FAILED(hr) || !targetDir || !targetDir[0]) {
|
||||
ReleaseStr(targetDir);
|
||||
targetDir = nullptr;
|
||||
|
||||
hr = BalGetStringVariable(
|
||||
installAllUsers ? L"DefaultAllUsersTargetDir" : L"DefaultJustForMeTargetDir",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue