mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
🔀 Merge main
into reduce-packages
I regret not rebasing
This commit is contained in:
commit
a2cfce72d5
39 changed files with 883 additions and 314 deletions
|
@ -232,6 +232,8 @@ export interface IBrandingPatch extends IMelonPatch {
|
|||
}
|
||||
|
||||
export function get(): string[] {
|
||||
if (!existsSync(BRANDING_DIR)) return []
|
||||
|
||||
return readdirSync(BRANDING_DIR).filter((file) =>
|
||||
lstatSync(join(BRANDING_DIR, file)).isDirectory()
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue