Remove branding macos

This commit is contained in:
mauro-balades 2024-08-30 09:44:05 +02:00
parent 22efae264d
commit c2688d84b6
2 changed files with 1 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@zen-browser/surfer",
"version": "1.3.5",
"version": "1.3.6",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {

View file

@ -121,14 +121,6 @@ async function setupImages(configPath: string, outputPath: string) {
// Register logo in cache
await addHash(join(configPath, 'logo.png'))
log.debug('Generating macos install')
const macosInstall = await renderAsync(
await readFile(join(configPath, 'MacOSInstaller.svg'))
)
await writeFile(join(outputPath, 'content', 'background.png'), macosInstall)
await addHash(join(configPath, 'MacOSInstaller.svg'))
}
async function setupLocale(