From 21216127c589c8f009c8ab0997a0a8f195d1df2c Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 2 Mar 2023 14:44:28 +0100 Subject: [PATCH] Attempt to fix build --- scripts/generateLayouts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generateLayouts.ts b/scripts/generateLayouts.ts index a456078d3..69533b7d7 100644 --- a/scripts/generateLayouts.ts +++ b/scripts/generateLayouts.ts @@ -2,7 +2,7 @@ import { appendFileSync, existsSync, mkdirSync, readFileSync, writeFile, writeFi import Locale from "../UI/i18n/Locale" import Translations from "../UI/i18n/Translations" import { Translation } from "../UI/i18n/Translation" -import all_known_layouts from "../assets/generated/known_layers_and_themes.json" +import all_known_layouts from "../assets/generated/known_themes.json" import { LayoutConfigJson } from "../Models/ThemeConfig/Json/LayoutConfigJson" import LayoutConfig from "../Models/ThemeConfig/LayoutConfig" import xml2js from "xml2js"