Skip to content

Commit

Permalink
Fix MOZ_SOURCE_REPO
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Aug 13, 2024
1 parent fb64424 commit 9225c5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions brands/ghostery/branding/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ MOZ_APP_BASENAME=Ghostery
MOZ_APP_DISPLAYNAME="Ghostery Private Browser"
MOZ_MACBUNDLE_ID=com.ghostery.browser
MOZ_DISTRIBUTION_ID=com.ghostery
if [ -v MOZ_AUTOMATION ]; then
MOZ_SOURCE_REPO="https://github.com/ghostery/user-agent-desktop"
fi
1 change: 1 addition & 0 deletions brands/ghostery/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ac_add_options MOZ_TELEMETRY_REPORTING=
export MOZ_APP_PROFILE="Ghostery Browser"
export ACCEPTED_MAR_CHANNEL_IDS=firefox-ghostery-release
export MAR_CHANNEL_ID=firefox-ghostery-release
export MOZ_SOURCE_REPO="https://github.com/ghostery/user-agent-desktop"

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

0 comments on commit 9225c5b

Please sign in to comment.