diff --git a/core/src/main/resources/META-INF/native-image/org.nzbhydra/nzbhydra2/resource-config.json b/core/src/main/resources/META-INF/native-image/org.nzbhydra/nzbhydra2/resource-config.json index 1f7fbfee1..00e9876ed 100644 --- a/core/src/main/resources/META-INF/native-image/org.nzbhydra/nzbhydra2/resource-config.json +++ b/core/src/main/resources/META-INF/native-image/org.nzbhydra/nzbhydra2/resource-config.json @@ -2443,6 +2443,9 @@ { "pattern": "\\Qstatic/css/alllibs.css\\E" }, + { + "pattern": "\\Qstatic/css/additional.css\\E" + }, { "pattern": "\\Qstatic/css/bright.css\\E" }, @@ -2455,6 +2458,21 @@ { "pattern": "\\Qstatic/css/auto.css\\E" }, + { + "pattern": "\\Qstatic/css/alllibs.css.map\\E" + }, + { + "pattern": "\\Qstatic/css/bright.css.map\\E" + }, + { + "pattern": "\\Qstatic/css/grey.css.map\\E" + }, + { + "pattern": "\\Qstatic/css/dark.css.map\\E" + }, + { + "pattern": "\\Qstatic/css/auto.css.map\\E" + }, { "pattern": "\\Q*/static/*\\E" }, @@ -2509,6 +2527,9 @@ { "pattern": "\\Qstatic/img/botlogo.png\\E" }, + { + "pattern": "\\Qstatic/favicon.ico\\E" + }, { "pattern": "\\Qstatic/img/favicon.ico\\E" }, @@ -2584,12 +2605,21 @@ { "pattern": "\\Qstatic/img/spinner.gif\\E" }, + { + "pattern": "\\Qstatic/js/additional.js\\E" + }, { "pattern": "\\Qstatic/js/alllibs.js\\E" }, { "pattern": "\\Qstatic/js/nzbhydra.js\\E" }, + { + "pattern": "\\Qstatic/js/alllibs.js.map\\E" + }, + { + "pattern": "\\Qstatic/js/nzbhydra.js.map\\E" + }, { "pattern": "\\Qstatic/js/templates.js\\E" },