Skip to content

Tags: NubleX/LEGION2

Tags

v0.3.3-alpha

Toggle v0.3.3-alpha's commit message

Verified

This commit was signed with the committer’s verified signature.
NubleX www.idarti.com
fix: regenerate icons as square PNGs for AppImage bundler

Source icon was 979x896 (non-square). ImageMagick preserved aspect ratio
when resizing, producing non-square outputs (e.g. 512x469). The AppImage
bundler panics if no square icon is found.

Fix: pad source to 979x979 with transparent background before resizing.
All icon sizes are now perfectly square: 32x32, 128x128, 256x256, 512x512.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>