diff --git a/.github/build.sh b/.github/build.sh index 4d4ed695dc..2fc2bb24e1 100755 --- a/.github/build.sh +++ b/.github/build.sh @@ -218,23 +218,9 @@ if [[ $PACKAGE_MODE == nolua ]]; then fi if [[ $PACKAGE_MODE == backendvs ]]; then meson_configure+=$'\t'-Dbackend=vs - echo "NOTE: patching CREATEPROCESS_MANIFEST_RESOURCE_ID out of powder-res.template.rc" - echo "TODO: remove this patch once https://github.com/mesonbuild/meson/pull/12472 makes it into a release" - echo "TODO: also remove the relevant note from the building guide" - git apply < #define HAVE_ICONS @HAVE_ICONS@ +#define HAVE_UTF8CP @HAVE_UTF8CP@ #if HAVE_ICONS IDI_ICON ICON DISCARDABLE "@ICON_EXE_ICO@" IDI_DOC_ICON ICON DISCARDABLE "@ICON_CPS_ICO@" #endif +#if HAVE_UTF8CP CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "@WINUTF8_XML@" +#endif VS_VERSION_INFO VERSIONINFO FILEVERSION @DISPLAY_VERSION_MAJOR@,@DISPLAY_VERSION_MINOR@,0,@BUILD_NUM@