mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions: set Wix GUID to * so Wix (hopefully) uses it's own stable Guid.
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -701,7 +701,8 @@ jobs:
|
|||||||
echo "moved to $(pwd)"
|
echo "moved to $(pwd)"
|
||||||
export MSI_FILENAME="${GITHUB_WORKSPACE}/gam-${GAMVERSION}-windows-${GAM_ARCHIVE_ARCH}.msi"
|
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
|
# 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 --"
|
echo "-- begin lib.wxs --"
|
||||||
cat lib.wxs
|
cat lib.wxs
|
||||||
echo "-- end lib.wxs --"
|
echo "-- end lib.wxs --"
|
||||||
|
|||||||
Reference in New Issue
Block a user