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..."