M1 Mac compat (for real this time)
This commit is contained in:
@ -7,7 +7,6 @@ import { downloadBuiltinKeycloakTheme } from "../download-builtin-keycloak-theme
|
||||
import * as child_process from "child_process";
|
||||
import { resourcesCommonPath, resourcesPath, subDirOfPublicDirBasename } from "../../lib/getKcContext/kcContextMocks/urlResourcesPath";
|
||||
import { isInside } from "../tools/isInside";
|
||||
import type { KeycloakVersion } from "../KeycloakVersion";
|
||||
|
||||
export function generateKeycloakThemeResources(params: {
|
||||
themeName: string;
|
||||
@ -18,7 +17,7 @@ export function generateKeycloakThemeResources(params: {
|
||||
urlOrigin: undefined | string;
|
||||
extraPagesId: string[];
|
||||
extraThemeProperties: string[];
|
||||
keycloakVersion: KeycloakVersion;
|
||||
keycloakVersion: string;
|
||||
}) {
|
||||
const {
|
||||
themeName,
|
||||
|
Reference in New Issue
Block a user