From 7769777df07e1d1c09c547210156235b8b3afeee Mon Sep 17 00:00:00 2001 From: aki Date: Wed, 7 May 2025 10:41:02 +0800 Subject: [PATCH] build(manifest): Include skshaper and skunicode targets --- com.aseprite.Aseprite.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/com.aseprite.Aseprite.yaml b/com.aseprite.Aseprite.yaml index 88ab3f4..5521b5b 100644 --- a/com.aseprite.Aseprite.yaml +++ b/com.aseprite.Aseprite.yaml @@ -99,7 +99,10 @@ modules: # Compile Skia (only the necessary targets) - echo "Building Skia with Ninja (this may take a while)..." - - ninja -C out/Release-x64 skia modules + - ninja -C out/Release-x64 skia modules skshaper skunicode + + - echo "Listing Skia build output (out/Release-x64) after building skshaper & skunicode:" + - ls -la out/Release-x64/ # Create directory structure for Aseprite - echo "Installing Skia libraries and headers..."