Skip to content

Conversation

hrb-hub
Copy link
Contributor

@hrb-hub hrb-hub commented Jul 30, 2025

According to the electron-builder docs, executableName defaults to the productName when not specified. However, in reality it was actually using the app name as default for the linux build, which is a bug that got patched recently, see:
electron-userland/electron-builder#8766

Because we relied on this bug and on executableName defaulting to app name for the linux build, we explicitly set it to appName for all builds, see: f81fddd, but this caused an executableName change on MacOS.

Close #9389

@hrb-hub hrb-hub linked an issue Jul 30, 2025 that may be closed by this pull request
2 tasks
@hrb-hub hrb-hub force-pushed the 9389-macos-app-name-change branch from 271313b to b2164b7 Compare July 31, 2025 07:00
@hrb-hub hrb-hub force-pushed the 9389-macos-app-name-change branch from b2164b7 to e3b4627 Compare July 31, 2025 12:22
According to the electron-builder docs, executableName defaults to the
productName when not specified. However, in reality it was actually
using the app name as default for the linux build, which is a bug that
got patched recently, see:
electron-userland/electron-builder#8766

Because we relied on this bug and on executableName defaulting to app
name for the linux build, we explicitly set it to appName for all
builds, see: f81fddd, but this caused an executableName change on MacOS.

Close #9389
@hrb-hub hrb-hub force-pushed the 9389-macos-app-name-change branch from e3b4627 to 2c59f12 Compare August 4, 2025 08:34
@hrb-hub hrb-hub merged commit 2c59f12 into dev-mail Aug 4, 2025
6 checks passed
@hrb-hub hrb-hub deleted the 9389-macos-app-name-change branch August 4, 2025 09:16
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.

App name changed from "Tuta Mail" to "tutanota-desktop" on MacOS
2 participants