mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-10 10:15:31 +02:00
parent
1180c2c72a
commit
b92ee0451f
5 changed files with 236 additions and 15 deletions
|
@ -29,6 +29,9 @@ const applyConfig = async (os: string, arch: string) => {
|
|||
name: config.name,
|
||||
vendor: config.name,
|
||||
appId: config.appId,
|
||||
brandingDir: existsSync(join(ENGINE_DIR, 'branding', 'melon'))
|
||||
? 'branding/melon'
|
||||
: 'branding/unofficial',
|
||||
})
|
||||
|
||||
const changesetPrefix = commonConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue