Been working on some apps, and I was using the same naming convention for the images. logo.png for the logo, and screen#.png for the screens. However, they all shared the same logo, because it looks like it puts the images in sites/default/files/styles/apps_screenshot/public/apps/file.name. So all of them are referencing sites/default/files/styles/apps_screenshot/public/apps/logo.png. Each app should probably get its own folder in there.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | apps-logo-screenshot-saving-1788400-1.patch | 2.82 KB | wbobeirne |
Comments
Comment #1
wbobeirne commentedAttaching a patch that fixes a handful of things:
Comment #2
febbraro commentedI have incorporated this patch into my work on #1621474: Allow Apps to function when offline
Thanks for the patch, it works like a charm