Skip to content

fix(icon): align development and release application icons - #5

Merged
RobDeFlop merged 1 commit into
mainfrom
fix/consistent-application-icon
Jul 18, 2026
Merged

fix(icon): align development and release application icons#5
RobDeFlop merged 1 commit into
mainfrom
fix/consistent-application-icon

Conversation

@RobDeFlop

Copy link
Copy Markdown
Owner

Summary

  • use src/assets/floorpov-icon-master.png as the single frontend icon source
  • remove the duplicate UI icon asset
  • regenerate the Tauri native icon output and document the generation command

Root cause

The custom development title bar imported a separate PNG from the native Tauri icon pipeline. That allowed development and packaged builds to drift even when the artwork was intended to match.

Validation

  • bun run build
  • release installation verified locally

Closes #3

@RobDeFlop
RobDeFlop merged commit 9dbbb61 into main Jul 18, 2026
1 check passed
@RobDeFlop
RobDeFlop deleted the fix/consistent-application-icon branch August 13, 2026 01:31
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.

Bug: development and release builds show different application icons

1 participant