mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-09 01:35:34 +02:00
🚩 Remove generateBranding option
This commit is contained in:
parent
24e85cde26
commit
0b8c7b6501
2 changed files with 0 additions and 3 deletions
|
@ -143,7 +143,6 @@ export async function setupProject(): Promise<void> {
|
||||||
binaryName,
|
binaryName,
|
||||||
version: { product, version },
|
version: { product, version },
|
||||||
buildOptions: {
|
buildOptions: {
|
||||||
generateBranding: false,
|
|
||||||
windowsUseSymbolicLinks: false,
|
windowsUseSymbolicLinks: false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -140,7 +140,6 @@ export interface Config {
|
||||||
version?: string
|
version?: string
|
||||||
}
|
}
|
||||||
buildOptions: {
|
buildOptions: {
|
||||||
generateBranding: boolean
|
|
||||||
windowsUseSymbolicLinks: boolean
|
windowsUseSymbolicLinks: boolean
|
||||||
}
|
}
|
||||||
addons: Record<string, AddonInfo>
|
addons: Record<string, AddonInfo>
|
||||||
|
@ -168,7 +167,6 @@ export const defaultConfig: Config = {
|
||||||
product: SupportedProducts.Firefox,
|
product: SupportedProducts.Firefox,
|
||||||
},
|
},
|
||||||
buildOptions: {
|
buildOptions: {
|
||||||
generateBranding: true,
|
|
||||||
windowsUseSymbolicLinks: false,
|
windowsUseSymbolicLinks: false,
|
||||||
},
|
},
|
||||||
addons: {},
|
addons: {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue