mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 17:30:02 +02:00
✨ Generate MacOS installer UI screen
This commit is contained in:
parent
81c621dfa8
commit
ed930bc110
4 changed files with 96 additions and 3 deletions
|
@ -49,8 +49,11 @@ function importMelonPatches(): ListrTaskGroup {
|
|||
const logoCheck = checkHash(
|
||||
join(brandingPatch.BRANDING_DIR, name, 'logo.png')
|
||||
)
|
||||
const macosInstallerCheck = checkHash(
|
||||
join(brandingPatch.BRANDING_DIR, name, 'MacOSInstaller.svg')
|
||||
)
|
||||
|
||||
if (await logoCheck) {
|
||||
if ((await logoCheck) && (await macosInstallerCheck)) {
|
||||
return `${name} has already been applied`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue