Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pymanager/msi.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<util:QueryNativeMachine />

<Component Id="ProductComponent" Directory="INSTALLFOLDER" Guid="8BEC1259-B220-499B-9656-DC59B7F5BE24">
<File KeyPath="yes" Source="py-manager.exe" Name="python.exe" Id="python.exe" />
<File KeyPath="yes" Source="python.exe" Name="python.exe" Id="python.exe" />
<File Source="pymanager.exe" Name="pymanager.exe" />
<File Source="py.exe" Name="py.exe" />
<File Source="python3.exe" Name="python3.exe" />
Expand Down
Loading