🔀 Merge main into reduce-packages

I regret not rebasing
This commit is contained in:
TrickyPR 2022-10-20 22:16:51 +11:00
commit a2cfce72d5
39 changed files with 883 additions and 314 deletions

View file

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