Issue #13367: use correct python*.exe on insider MSIX from stable series

This commit is contained in:
Bruno Lopes 2025-04-06 13:29:21 -03:00 committed by Bruno
parent c893a96298
commit 87cfc65ab6

View file

@ -40,7 +40,7 @@ endforeach
# Fallback fix to the problem of non-configured interpreters (needed by MSIX)
if platform_windows and not meson.is_cross_build() and python.found()
python_config = configuration_data()
if not stable
if gimp_unstable or not release
#python.exe is prefered in unstable versions because of error output
python_config.set('PYTHON_EXE', 'python.exe')
else