From 1448804f4232bbc7f59b4699a51556858a918e24 Mon Sep 17 00:00:00 2001 From: aki Date: Wed, 7 May 2025 03:29:59 +0800 Subject: [PATCH] fix(manifest): Ensure depot_tools directory has correct permissions --- com.aseprite.Aseprite.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/com.aseprite.Aseprite.yaml b/com.aseprite.Aseprite.yaml index 6079575..0ad44a8 100644 --- a/com.aseprite.Aseprite.yaml +++ b/com.aseprite.Aseprite.yaml @@ -46,6 +46,7 @@ modules: # The source '.' is now /sources/depot_tools - install -d /app/depot_tools - cp -r ./* /app/depot_tools/ + - chmod -R u+rX /app/depot_tools sources: # Use the directory copied into the Docker image - type: dir