Skip to content

fix(build): resolve MSIX source icon under assets/branding - #92

Merged
sparshsam merged 1 commit into
mainfrom
fix/msix-source-icon
Aug 3, 2026
Merged

fix(build): resolve MSIX source icon under assets/branding#92
sparshsam merged 1 commit into
mainfrom
fix/msix-source-icon

Conversation

@sparshsam

Copy link
Copy Markdown
Owner

Summary

The v1.2.5 branding restructure moved the MSIX source icon from assets/ to assets/branding/, but tools/create_msix_placeholder_pngs.py still looked for the old top-level paths — so the v1.2.7 release workflow's MSIX step failed with "No source icon found".

This fixes the source-icon resolution to search both assets/ and assets/branding/ (preferring the .ico, falling back to the PNG). Verified locally: all five MSIX PNGs generate correctly. Needed for the v1.2.7 retagged release.

Co-Authored-By: Claude noreply@anthropic.com

….5 move

- create_msix_placeholder_pngs.py looked for assets/pdfreader_by_sparsh.ico and assets/icon-150x150.png, which the v1.2.5 branding restructure moved to assets/branding/. The release workflow's MSIX build failed with "No source icon found". Now searches both assets/ and assets/branding/, preferring the .ico and falling back to the PNG.

Co-Authored-By: Claude <noreply@anthropic.com>
@sparshsam
sparshsam merged commit 7e6c652 into main Aug 3, 2026
10 checks passed
@sparshsam
sparshsam deleted the fix/msix-source-icon branch August 3, 2026 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant