mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-10 18:25:31 +02:00
✨ Multiple different build modes
This commit is contained in:
parent
7ce1c368f6
commit
a71f9797b5
4 changed files with 64 additions and 9 deletions
|
@ -78,7 +78,7 @@ const applyConfig = async (os: string) => {
|
|||
'\n\n' +
|
||||
customConfig +
|
||||
'\n' +
|
||||
internalMozconfg(brandingKey)
|
||||
internalMozconfg(brandingKey, dynamicConfig.get('buildMode'))
|
||||
|
||||
writeFileSync(resolve(ENGINE_DIR, 'mozconfig'), mergedConfig)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue