bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920)

This commit is contained in:
Steve Dower 2022-03-16 00:46:33 +00:00 committed by GitHub
parent cb495a1e9f
commit 7088120853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@
</Fragment>
<Fragment>
<?ifdef PythonExeComponentGuid ?>
<!-- Locate TARGETDIR automatically assuming we have executables installed -->
<Property Id="TARGETDIR">
<ComponentSearch Id="PythonExe_Directory" Guid="$(var.PythonExeComponentGuid)">
@ -69,6 +70,7 @@
</DirectorySearch>
</ComponentSearch>
</Property>
<?endif ?>
<Property Id="DetectTargetDir" Value="1" />
</Fragment>