fix: afterpack.js hardcoded Mattermost.exe/.app breaks Windows/macOS builds #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/afterpack-branding"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
build-windows (PR #3, both the branch run and the post-merge run on real CI) fails with:
getAppFileName() in scripts/afterpack.js hardcoded the upstream Mattermost.exe/.app names instead of deriving them from the actual (rebranded) productName, unlike the linux case which already did this correctly via context.packager.executableName. Same fix applied to win32/darwin.
Not a branding-audit gap — check-branding.sh is deliberately scoped to user-visible i18n strings, not build tooling; this is a functional bug, not a trademark issue.