[PR #6043] [MERGED] :electron: New appx icons #59941

Closed
opened 2026-05-07 01:44:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6043
Author: @MikesGlitch
Created: 10/31/2025
Status: Merged
Merged: 10/31/2025
Merged by: @MikesGlitch

Base: masterHead: appx-new-icons


📝 Commits (2)

  • e30f256 new appx icons
  • da3042c updates the windows store appx icons to the new style

📊 Changes

87 files changed (+6 additions, -0 deletions)

View changed files

📝 packages/desktop-electron/appx/LargeTile.png (+0 -0)
📝 packages/desktop-electron/appx/LargeTile.scale-100.png (+0 -0)
📝 packages/desktop-electron/appx/LargeTile.scale-125.png (+0 -0)
📝 packages/desktop-electron/appx/LargeTile.scale-150.png (+0 -0)
📝 packages/desktop-electron/appx/LargeTile.scale-200.png (+0 -0)
📝 packages/desktop-electron/appx/LargeTile.scale-400.png (+0 -0)
📝 packages/desktop-electron/appx/SmallTile.png (+0 -0)
📝 packages/desktop-electron/appx/SmallTile.scale-100.png (+0 -0)
📝 packages/desktop-electron/appx/SmallTile.scale-125.png (+0 -0)
📝 packages/desktop-electron/appx/SmallTile.scale-150.png (+0 -0)
📝 packages/desktop-electron/appx/SmallTile.scale-200.png (+0 -0)
📝 packages/desktop-electron/appx/SmallTile.scale-400.png (+0 -0)
📝 packages/desktop-electron/appx/SplashScreen.scale-100.png (+0 -0)
📝 packages/desktop-electron/appx/SplashScreen.scale-125.png (+0 -0)
📝 packages/desktop-electron/appx/SplashScreen.scale-150.png (+0 -0)
📝 packages/desktop-electron/appx/SplashScreen.scale-200.png (+0 -0)
📝 packages/desktop-electron/appx/SplashScreen.scale-400.png (+0 -0)
📝 packages/desktop-electron/appx/Square150x150Logo.png (+0 -0)
📝 packages/desktop-electron/appx/Square150x150Logo.scale-100.png (+0 -0)
📝 packages/desktop-electron/appx/Square150x150Logo.scale-125.png (+0 -0)

...and 67 more files

📄 Description

Final piece for aligning the icons. NSIS installer, DMG, AppImage, Flatpak and now Appx.

Updates the Windows Store app icons for start menu, context switcher & all the other Windows icon placements.

We need all of them (it's annoying but they're all used and if they're not specified you get an empty icon in some cases).

We're using the recommended icon padding now (0.3)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/6043 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 10/31/2025 **Status:** ✅ Merged **Merged:** 10/31/2025 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `appx-new-icons` --- ### 📝 Commits (2) - [`e30f256`](https://github.com/actualbudget/actual/commit/e30f256cba925c8df8f8c64a01179d95a8a9b4c6) new appx icons - [`da3042c`](https://github.com/actualbudget/actual/commit/da3042c09ceee295d468b480550aac19210b5287) updates the windows store appx icons to the new style ### 📊 Changes **87 files changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-electron/appx/LargeTile.png` (+0 -0) 📝 `packages/desktop-electron/appx/LargeTile.scale-100.png` (+0 -0) 📝 `packages/desktop-electron/appx/LargeTile.scale-125.png` (+0 -0) 📝 `packages/desktop-electron/appx/LargeTile.scale-150.png` (+0 -0) 📝 `packages/desktop-electron/appx/LargeTile.scale-200.png` (+0 -0) 📝 `packages/desktop-electron/appx/LargeTile.scale-400.png` (+0 -0) 📝 `packages/desktop-electron/appx/SmallTile.png` (+0 -0) 📝 `packages/desktop-electron/appx/SmallTile.scale-100.png` (+0 -0) 📝 `packages/desktop-electron/appx/SmallTile.scale-125.png` (+0 -0) 📝 `packages/desktop-electron/appx/SmallTile.scale-150.png` (+0 -0) 📝 `packages/desktop-electron/appx/SmallTile.scale-200.png` (+0 -0) 📝 `packages/desktop-electron/appx/SmallTile.scale-400.png` (+0 -0) 📝 `packages/desktop-electron/appx/SplashScreen.scale-100.png` (+0 -0) 📝 `packages/desktop-electron/appx/SplashScreen.scale-125.png` (+0 -0) 📝 `packages/desktop-electron/appx/SplashScreen.scale-150.png` (+0 -0) 📝 `packages/desktop-electron/appx/SplashScreen.scale-200.png` (+0 -0) 📝 `packages/desktop-electron/appx/SplashScreen.scale-400.png` (+0 -0) 📝 `packages/desktop-electron/appx/Square150x150Logo.png` (+0 -0) 📝 `packages/desktop-electron/appx/Square150x150Logo.scale-100.png` (+0 -0) 📝 `packages/desktop-electron/appx/Square150x150Logo.scale-125.png` (+0 -0) _...and 67 more files_ </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Final piece for aligning the icons. NSIS installer, DMG, AppImage, Flatpak and now Appx. Updates the Windows Store app icons for start menu, context switcher & all the other Windows icon placements. We need all of them (it's annoying but they're all used and if they're not specified you get an empty icon in some cases). We're using the recommended icon padding now (0.3) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-07 01:44:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#59941