ITADN

[BUG]: invalid png headers

#291Openastreaprtcl 创建于 2026-02-03
bug
A
astreaprtclcommented
### Description the following files do not have the correct png header ``` assets/badges/bmac_button.png: ASCII text assets/badges/bmac_icon.png: ASCII text assets/branding/akomma/logo.png: ASCII text assets/branding/bluesky/logo.png: ASCII text assets/branding/cherrypick/logo.png: ASCII text assets/branding/fedi/logo.png: ASCII text assets/branding/firefish/logo.png: ASCII text assets/branding/firefish/logo_light.png: ASCII text assets/branding/friendica/logo.png: ASCII text assets/branding/gotosocial/logo.png: ASCII text assets/branding/iceshrimp/logo.png: ASCII text assets/branding/kmyblue/logo.png: ASCII text assets/branding/lemmy/logo.png: ASCII text assets/branding/mastodon/logo.png: ASCII text assets/branding/misskey/logo.png: ASCII text assets/branding/peertube/logo.png: ASCII text assets/branding/pixelfed/logo.png: ASCII text assets/branding/pleroma/logo.png: ASCII text assets/branding/sharkey/logo.png: ASCII text assets/dhaaga/adaptive_bg.png: ASCII text assets/dhaaga/adaptive_fg.png: ASCII text assets/dhaaga/adaptive_mc.png: ASCII text assets/dhaaga/icon.png: ASCII text ``` and can therefore not get the correct MIME Type associated which means that the build fails i get the following error: ``` Error: [android.dangerous]: withAndroidDangerousBaseMod: Could not find MIME for Buffer <null> ``` ### App Edition Pocket Edition (Play Store) ### Reproduction Steps run the following command in the `apps/mobile` folder: ``` eas build --local --profile=preview --non-interactive --platform=android --output=./output/dhaaga.apk ``` ### Screenshots & Videos _No response_
0 条评论