diff options
-rwxr-xr-x | confvars.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/confvars.sh b/confvars.sh index 3669eee..e66e94c 100755 --- a/confvars.sh +++ b/confvars.sh @@ -38,8 +38,8 @@ MOZ_EXTENSIONS_DEFAULT=" gio" # MOZ_APP_DISPLAYNAME will be set by branding/configure.sh # MOZ_BRANDING_DIRECTORY is the default branding directory used when none is # specified. It should never point to the "official" branding directory. -MOZ_BRANDING_DIRECTORY=$MOZ_BUILD_APP/branding/unofficial -MOZ_OFFICIAL_BRANDING_DIRECTORY=$MOZ_BUILD_APP/branding/official +MOZ_BRANDING_DIRECTORY=$MOZ_BUILD_APP/branding/iceweasel +MOZ_OFFICIAL_BRANDING_DIRECTORY=$MOZ_BUILD_APP/branding/iceweasel MOZ_APP_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384} # This should usually be the same as the value MAR_CHANNEL_ID. # If more than one ID is needed, then you should use a comma separated list |