Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d312341 commit 77cc86fCopy full SHA for 77cc86f
1 file changed
Tools/msi/msi.py
@@ -977,6 +977,8 @@ def add_files(db):
977
launchersrc = PCBUILD
978
if launchersrc.lower() == 'pcbuild\\x64-pgo':
979
launchersrc = 'PCBuild\\win32-pgo'
980
+ if launchersrc.lower() == 'pcbuild\\amd64':
981
+ launchersrc = 'PCBuild'
982
launcher = os.path.join(srcdir, launchersrc, "py.exe")
983
launcherdir.start_component("launcher", flags = 8+256, keyfile="py.exe")
984
launcherdir.add_file(launcher,
0 commit comments