summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-11-21 11:46:24 +0100
committerGitHub <noreply@github.com>2021-11-21 11:46:24 +0100
commitd51298177aa9917fc862d44f56dc0249752dc8d9 (patch)
tree2861cbc84d744c0d4842e06261c319b14d985c9a /manage
parent1c8b731791f1ca82887e776fefed86618a775b36 (diff)
parent4330d7cf5d5bc9617bc778e9a7e8a469274125ee (diff)
Merge pull request #528 from return42/brand
[brand] initial - folder src/brand for searxng-wordmark
Diffstat (limited to 'manage')
-rwxr-xr-xmanage3
1 files changed, 1 insertions, 2 deletions
diff --git a/manage b/manage
index 494c8174f..ec8e13c0a 100755
--- a/manage
+++ b/manage
@@ -706,10 +706,9 @@ themes.oscar() {
}
themes.simple() {
- local src="searx/static/themes/simple/src"
local static="searx/static/themes/simple"
( set -e
- convert_if_newer "$src/svg/searxng-wordmark.svg" "$static/img/favicon.png" \
+ convert_if_newer "src/brand/searxng-wordmark.svg" "$static/img/favicon.png" \
-transparent white -resize 64x64
build_msg GRUNT "theme: simple"
npm --prefix searx/static/themes/simple run build