Standardize dashAI branding across installers, bundles, and release artifacts#680
Merged
Conversation
cristian-tamblay
approved these changes
Jun 5, 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.
Summary
Rebrands the desktop app from
DashAItodashAIacross packaging (PyInstaller spec, Inno Setup installer) and the release CI workflow, and gives the app a real icon. Replaces the old installer icon with the dashAI isotype and sets that icon on both the Windows.exeand the macOS.appbundle (previously had none). All release artifacts, installers, DMGs, and the publisher name are renamed todashAIfor consistent branding.Type of Change
Changes (by file)
installer/installer.iss: rename user visible strings (AppName,AppPublisher,DefaultDirName,DefaultGroupName,OutputBaseFilename, shortcut names, launch description) todashAI; pointSetupIconFileto the new icon; update launcher exe/path references todashAI-launcher-cpu.installer/dashAI.ico: new installer icon (dashAI isotype, multi size 16-256px), replacingDashAI.ico.installer/dashAI.icns: new macOS icon generated from the same isotype.dashai.spec: rename app bundle todashAI.appand launcher todashAI-launcher-cpu; seticonon theEXE(dashAI.ico) andBUNDLE(dashAI.icns)..github/workflows/publish.yml: update build output paths (dist/dashAI.app,dashAI-Installer.exe) and rename all release artifacts, DMGs, and asset names (dashAI-windows-installer,dashAI-dmg-arm64/x86_64,dashAI-macos-*.dmg,dashAI-${V}-*release files) so signing, DMG creation, uploads, and release staging stay consistent.Testing
pyinstaller --clean --noconfirm dashai.spec, then& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" .\installer\installer.iss. Confirm the icon shows ondashAI-launcher-cpu.exeand the installer is produced asdashAI-Installer.exe.dist/dashAI.appcarries the icon and the DMG builds.Notes
DashAI/front/...) are unchanged.bundle_identifier=com.dashai.appleft as is (already lowercase, not user facing).