mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-10 18:25:31 +02:00
🔧 Bind update chanel to brand
This commit is contained in:
parent
4ce520a91b
commit
75d88389a4
2 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,8 @@ const platform: Record<string, string> = {
|
|||
const applyConfig = async (os: string) => {
|
||||
log.info('Applying mozconfig...')
|
||||
|
||||
const brandingKey = dynamicConfig.get('brand')
|
||||
|
||||
let changeset
|
||||
|
||||
try {
|
||||
|
@ -76,7 +78,7 @@ const applyConfig = async (os: string) => {
|
|||
'\n\n' +
|
||||
customConfig +
|
||||
'\n' +
|
||||
internalMozconfg(dynamicConfig.get('brand'))
|
||||
internalMozconfg(brandingKey)
|
||||
|
||||
writeFileSync(resolve(ENGINE_DIR, 'mozconfig'), mergedConfig)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue