Acual support of Therms of services

This commit is contained in:
Joseph Garrone
2021-04-09 03:25:39 +02:00
parent 0b16159312
commit 6e914e4ea3
7 changed files with 328 additions and 33 deletions

View File

@ -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.zip";
"https://github.com/garronej/keycloakify/releases/download/v0.0.1/keycloak_11.0.3_builtin_themes_with_light_mods.zip";
if (require.main === module) {