From a56cfc9080b367e924a331f32426f347f532cf01 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Mon, 11 Dec 2023 12:32:03 -0300 Subject: [PATCH] build/windows: add UTF-8 support to non MS Store manifest This is recommended by Microsoft for "*nix apps" and adding it to the .exe manifest will avoid disparity between MSIX and other versions (e.g. CI crossbuilds and CI native builds/installer/local builds). --- build/windows/gimp.manifest | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/windows/gimp.manifest b/build/windows/gimp.manifest index a0986adeeb..b0ebb47d32 100644 --- a/build/windows/gimp.manifest +++ b/build/windows/gimp.manifest @@ -15,8 +15,9 @@ - - true + + true + UTF-8