Setup branding patch (wip)

Fixes #5
This commit is contained in:
trickypr 2021-10-02 11:21:55 +10:00
parent 1180c2c72a
commit b92ee0451f
5 changed files with 236 additions and 15 deletions

View file

@ -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