From 5d308e9ed98d2f613eca8972885a2dda9ed1ded1 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Fri, 22 Aug 2025 21:28:52 -0300 Subject: [PATCH] build/windows: Explain the purpose of the bundling script --- build/windows/2_bundle-gimp-uni_base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/windows/2_bundle-gimp-uni_base.py b/build/windows/2_bundle-gimp-uni_base.py index 836ac266fe..0198c2208e 100644 --- a/build/windows/2_bundle-gimp-uni_base.py +++ b/build/windows/2_bundle-gimp-uni_base.py @@ -7,6 +7,8 @@ import sys from pathlib import Path from glob import glob +# This script is used to create a GIMP bundle dir on Windows. A bundle +# is used as source of files for making both .exe installer and .msix package if not os.getenv("MESON_BUILD_ROOT"): # Let's prevent contributors from creating broken bundles print("\033[31m(ERROR)\033[0m: Script called standalone. Please build GIMP targeting installer or msix creation.")