From b494944f2fb8acb0fcbc6e070db26fdada60948d Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Fri, 19 Apr 2024 12:52:47 -0300 Subject: [PATCH] build: Add pedagogic README towards 'gimp-macos-build' repo It's not obvious (when browsing in the repo) where the macOS files are. Now, that we have one folder per OS, this became desirable for clarity. --- build/macos/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build/macos/README.md diff --git a/build/macos/README.md b/build/macos/README.md new file mode 100644 index 0000000000..23ecf42509 --- /dev/null +++ b/build/macos/README.md @@ -0,0 +1,5 @@ +## macOS files not here + +macOS build files are not stored here yet. + +They are in: [gimp-macos-build](https://gitlab.gnome.org/Infrastructure/gimp-macos-build) repo.