Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit eb4759f

Browse files
committed
Fix MOZ_SOURCE_REPO
1 parent 602d38b commit eb4759f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

brands/ghostery/branding/configure.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ MOZ_APP_BASENAME=Ghostery
77
MOZ_APP_DISPLAYNAME="Ghostery Private Browser"
88
MOZ_MACBUNDLE_ID=com.ghostery.browser
99
MOZ_DISTRIBUTION_ID=com.ghostery
10-
if [ -v MOZ_AUTOMATION ]; then
11-
MOZ_SOURCE_REPO="https://github.com/ghostery/user-agent-desktop"
12-
fi

brands/ghostery/mozconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ac_add_options MOZ_TELEMETRY_REPORTING=
1111
export MOZ_APP_PROFILE="Ghostery Browser"
1212
export ACCEPTED_MAR_CHANNEL_IDS=firefox-ghostery-release
1313
export MAR_CHANNEL_ID=firefox-ghostery-release
14+
export MOZ_SOURCE_REPO="https://github.com/ghostery/user-agent-desktop"
1415

1516
# l10n base directory
1617
ac_add_options --with-l10n-base=$WORKSPACE/l10n

0 commit comments

Comments
 (0)