mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
chore: Update package.json version to 1.2.11 and create 'pref' directory
This commit is contained in:
parent
9867569a2f
commit
4d3788e61d
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.2.10",
|
"version": "1.2.11",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -221,6 +221,9 @@ async function copyMozFiles(
|
||||||
const configureProfileBrandingPath = join(outputPath, 'pref', 'firefox-branding.js');
|
const configureProfileBrandingPath = join(outputPath, 'pref', 'firefox-branding.js');
|
||||||
log.debug('Configuring branding.nsi into ' + outputBrandingNsis);
|
log.debug('Configuring branding.nsi into ' + outputBrandingNsis);
|
||||||
configureBrandingNsis(outputBrandingNsis, brandingConfig);
|
configureBrandingNsis(outputBrandingNsis, brandingConfig);
|
||||||
|
|
||||||
|
// Create 'pref' directory
|
||||||
|
mkdirSync(dirname(join(outputPath, 'pref')), { recursive: true });
|
||||||
configureProfileBranding(configureProfileBrandingPath, brandingConfig);
|
configureProfileBranding(configureProfileBrandingPath, brandingConfig);
|
||||||
|
|
||||||
// Copy everything else from the default firefox branding directory
|
// Copy everything else from the default firefox branding directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue