Skip to content

Commit 200f509

Browse files
authored
Fixes MSI installing the incorrect executable as python.exe (#157)
1 parent e764db5 commit 200f509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymanager/msi.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<util:QueryNativeMachine />
3636

3737
<Component Id="ProductComponent" Directory="INSTALLFOLDER" Guid="8BEC1259-B220-499B-9656-DC59B7F5BE24">
38-
<File KeyPath="yes" Source="py-manager.exe" Name="python.exe" Id="python.exe" />
38+
<File KeyPath="yes" Source="python.exe" Name="python.exe" Id="python.exe" />
3939
<File Source="pymanager.exe" Name="pymanager.exe" />
4040
<File Source="py.exe" Name="py.exe" />
4141
<File Source="python3.exe" Name="python3.exe" />

0 commit comments

Comments
 (0)