From cad1f8b957ce8fd3620bc558434be2a0e6a846b1 Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 14 Jun 2021 19:05:50 +0200 Subject: [PATCH] Fix default background bug --- src/bin/install-builtin-keycloak-themes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/install-builtin-keycloak-themes.ts b/src/bin/install-builtin-keycloak-themes.ts index 262a8bf3..625a4cff 100644 --- a/src/bin/install-builtin-keycloak-themes.ts +++ b/src/bin/install-builtin-keycloak-themes.ts @@ -5,7 +5,7 @@ import { downloadAndUnzip } from "./tools/downloadAndUnzip"; import { join as pathJoin } from "path"; export const builtinThemesUrl = - "https://github.com/garronej/keycloakify/releases/download/v0.0.1/keycloak_11.0.3_builtin_themes_with_light_mods.zip"; + "https://github.com/garronej/keycloakify/releases/download/v0.0.1/keycloak_11.0.3_builtin_themes.zip"; if (require.main === module) {