Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77cc86f

Browse files
committed
Ajdust path to launcher for non-PGO-builds
1 parent d312341 commit 77cc86f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tools/msi/msi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,8 @@ def add_files(db):
977977
launchersrc = PCBUILD
978978
if launchersrc.lower() == 'pcbuild\\x64-pgo':
979979
launchersrc = 'PCBuild\\win32-pgo'
980+
if launchersrc.lower() == 'pcbuild\\amd64':
981+
launchersrc = 'PCBuild'
980982
launcher = os.path.join(srcdir, launchersrc, "py.exe")
981983
launcherdir.start_component("launcher", flags = 8+256, keyfile="py.exe")
982984
launcherdir.add_file(launcher,

0 commit comments

Comments
 (0)