Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 11632f0

Browse files
committed
🐛 (Attempt) to fix macos app name
1 parent 9f32fa5 commit 11632f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/common/mozconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ac_add_options --enable-update-channel=stable
33
ac_add_options --with-ccache=sccache
44
ac_add_options --without-wasm-sandboxed-libraries
55

6+
ac_add_options --with-app-basename="Pulse Browser"
67
ac_add_options --with-app-name=pulse-browser
78
export MOZ_USER_DIR="Pulse browser"
89
export MOZ_APP_VENDOR="Pulse browser"
@@ -11,6 +12,7 @@ export MOZ_APP_PROFILE=pulse-browser
1112
export MOZ_APP_DISPLAYNAME="Pulse browser"
1213
export MOZ_MACBUNDLE_ID=com.fushra.browser.desktop
1314
export MOZ_DISTRIBUTION_ID=com.fushra.browser.desktop
15+
export MAC_APP_NAME="Pulse browser"
1416

1517
# Speed up builds by disabling components we don't care about
1618
ac_add_options --disable-geckodriver

0 commit comments

Comments
 (0)