mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
🔧 Specify app host inside of generated mozconfig
This commit is contained in:
parent
7a63e050f0
commit
09e0d3b3eb
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
import { config } from '..'
|
||||
|
||||
const otherBuildModes = `# You can change to other build modes by running:
|
||||
# $ gluon set buildMode [dev|debug|release]`
|
||||
|
||||
|
@ -55,5 +57,8 @@ ac_add_options --with-branding=browser/branding/${brand}
|
|||
# Config for updates
|
||||
ac_add_options --disable-verify-mar
|
||||
ac_add_options --enable-update-channel=${brand}
|
||||
export MOZ_APPUPDATE_HOST=${
|
||||
config.updateHostname || 'localhost:7648 # This should not resolve'
|
||||
}
|
||||
`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue