wix: fix path for MSI source files

This commit is contained in:
Jay Lee
2023-07-26 14:48:10 -04:00
committed by GitHub
parent 40b8f02a2e
commit 0a49ab8474

View File

@@ -42,7 +42,7 @@
<ComponentGroup
Id="ProductComponents"
Directory="INSTALLFOLDER"
Source="dist/gam7">
Source="dist/gam">
<Component Id="gam_exe" Guid="d046ea24-c9f8-40ca-84db-70b0119933ff">
<File Name="gam.exe" KeyPath="yes" />
<Environment Id="PATH" Name="PATH" Value="[INSTALLFOLDER]" Permanent="yes" Part="last" Action="set" System="yes" />