Skip to content

Rebrand the app - #3

Merged
vladimir-ikryanov merged 1 commit into
masterfrom
rebranding
Jun 4, 2026
Merged

Rebrand the app#3
vladimir-ikryanov merged 1 commit into
masterfrom
rebranding

Conversation

@vladimir-ikryanov

Copy link
Copy Markdown
Contributor

The app is now called MōIcons, so in this changeset we update the corresponding resources and source code to match the new branding.

@vladimir-ikryanov vladimir-ikryanov self-assigned this Jun 4, 2026
Copilot AI review requested due to automatic review settings June 4, 2026 13:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 thread mobrowser.conf.json
Comment on lines 15 to 18
"macOS": {
"icon": "assets/app.icns",
"bundleID": "com.teamdev.IconMaker",
"bundleID": "com.teamdev.MoIcons",
"codesignIdentity": "${MAC_CODESIGN_IDENTITY}",
Comment thread mobrowser.conf.json
{
"app": {
"name": "Icon Maker",
"name": "MōIcons",

@vlad-lubenskyi vlad-lubenskyi Jun 4, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@vladimir-ikryanov
vladimir-ikryanov merged commit 6dabffb into master Jun 4, 2026
1 check passed
@vladimir-ikryanov
vladimir-ikryanov deleted the rebranding branch June 4, 2026 13:17
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.

3 participants