Skip to content

Commit

Permalink
actions: set Wix GUID to * so Wix (hopefully) uses it's own stable Guid.
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Oct 16, 2024
1 parent 2323e13 commit 090b593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,8 @@ jobs:
echo "moved to $(pwd)"
export MSI_FILENAME="${GITHUB_WORKSPACE}/gam-${GAMVERSION}-windows-${GAM_ARCHIVE_ARCH}.msi"
# auto-generate a lib.wxs based on the files PyInstaller created for the lib/ directory
/c/Program\ Files\ \(x86\)/WiX\ Toolset\ v3.14/bin/heat.exe dir "${gampath}/lib" -ke -srd -cg Lib -gg -dr lib -directoryid lib -out lib.wxs
/c/Program\ Files\ \(x86\)/WiX\ Toolset\ v3.14/bin/heat.exe dir "${gampath}/lib" -ke -srd -cg Lib -gg -dr lib -directoryid lib -out lib-fixme.wxs
sed 's/Guid=\".*\"/Guid="*"/g' lib-fixme.wxs > lib.wxs
echo "-- begin lib.wxs --"
cat lib.wxs
echo "-- end lib.wxs --"
Expand Down

0 comments on commit 090b593

Please sign in to comment.