From 2aa5a6e8f68feed0aa73264af71d3bdcbf68f1a0 Mon Sep 17 00:00:00 2001 From: aki Date: Wed, 7 May 2025 04:21:56 +0800 Subject: [PATCH] build(manifest): Logging part 2 --- com.aseprite.Aseprite.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/com.aseprite.Aseprite.yaml b/com.aseprite.Aseprite.yaml index a1d1cbc..be8fe04 100644 --- a/com.aseprite.Aseprite.yaml +++ b/com.aseprite.Aseprite.yaml @@ -101,6 +101,11 @@ modules: - echo "Building Skia with Ninja (this may take a while)..." - ninja -C out/Release-x64 skia modules + - echo "Listing Skia main include directory structure (for reference):" + - ls -R include + - echo "Listing Skia modules/skcms directory structure:" + - ls -R modules/skcms + # Create directory structure for Aseprite - echo "Installing Skia libraries and headers..." - install -d /app/lib