Rebrand the app - #3
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the application’s branding to “MōIcons” across UI, configuration, build/release plumbing, and repository links.
Changes:
- Renamed app-facing strings (HTML title, logs, README) to “MōIcons” and updated GitHub repository/release URLs.
- Updated SVG clip-path identifiers used for icon masking.
- Updated packaging/release identifiers (npm package name, CI artifact names) and bumped app patch version.
Reviewed changes
Copilot reviewed 9 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/renderer/index.html | Updates the browser window/page title to the new brand name. |
| src/renderer/components/squircle.ts | Updates the referenced SVG clip-path id for the app icon shape. |
| src/renderer/components/squircle-clip-defs.tsx | Renames the <clipPath> definition id to match the new brand. |
| src/main/lib/providers/mock.ts | Rebrands the mock provider warning prefix. |
| src/main/index.ts | Updates the GitHub repository URL and temp directory prefix. |
| README.md | Updates the releases link to the new repository location. |
| package.json | Renames the npm package to moicons. |
| package-lock.json | Syncs lockfile package naming with package.json. |
| mobrowser.conf.json | Updates app display name/version/description and changes the macOS bundle identifier. |
| .github/workflows/release.yml | Renames build artifacts and adjusts the release packaging step accordingly. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
15
to
18
| "macOS": { | ||
| "icon": "assets/app.icns", | ||
| "bundleID": "com.teamdev.IconMaker", | ||
| "bundleID": "com.teamdev.MoIcons", | ||
| "codesignIdentity": "${MAC_CODESIGN_IDENTITY}", |
| { | ||
| "app": { | ||
| "name": "Icon Maker", | ||
| "name": "MōIcons", |
Contributor
There was a problem hiding this comment.
We may want to avoid this because this will end up in the file system path for the app data dir.
With that said, I had no problems with ō on macOS.
vlad-lubenskyi
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The app is now called MōIcons, so in this changeset we update the corresponding resources and source code to match the new branding.