Skip to content
Snippets Groups Projects
Unverified Commit 4a1d65fe authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

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


(cherry picked from commit 70881208)

Co-authored-by: default avatarSteve Dower <steve.dower@python.org>
parent b6204466
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment