mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
Remove branding macos
This commit is contained in:
parent
22efae264d
commit
c2688d84b6
2 changed files with 1 additions and 9 deletions
|
@ -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": {
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue