diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-01-15 17:26:45 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-01-16 10:51:33 +0100 |
| commit | 15d0e274b39340f19c3c5dde8cfdec451fa044c0 (patch) | |
| tree | ff2235776b856d76249b6a3072633f78a1e071d4 /utils/lib_sxng_static.sh | |
| parent | e4f8f0483f418da953724ddcbc3d67cfe6373ea9 (diff) | |
[fix] build workflows of the themes
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lib_sxng_static.sh')
| -rwxr-xr-x | utils/lib_sxng_static.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/lib_sxng_static.sh b/utils/lib_sxng_static.sh index 2f074b91e..d991d4b89 100755 --- a/utils/lib_sxng_static.sh +++ b/utils/lib_sxng_static.sh @@ -100,7 +100,8 @@ static.build.commit() { static.build.drop &>/dev/null ( set -e - # build the themes + # fix & build the themes + themes.fix themes.all # add build files |