actions: $PYTHON not $python

This commit is contained in:
Jay Lee
2024-10-16 15:51:17 -04:00
committed by GitHub
parent ae95c8fdea
commit b80dd15f4b

View File

@ -702,7 +702,7 @@ jobs:
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-fixme.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
$python tools/gen-wix-xml-filelist.py lib.wxs $PYTHON tools/gen-wix-xml-filelist.py lib.wxs
echo "-- begin lib.wxs --" echo "-- begin lib.wxs --"
cat lib.wxs cat lib.wxs
echo "-- end lib.wxs --" echo "-- end lib.wxs --"