mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-12 19:41:51 -05:00
add theme directory to build script, so it adds the themes
This commit is contained in:
@@ -69,4 +69,6 @@ buildPlugin()
|
||||
|
||||
find ./plugins -mindepth 1 -name *.yml | while read file; do
|
||||
buildPlugin "$file"
|
||||
find ./themes -mindepth 1 -name *.yml | while read file; do
|
||||
buildPlugin "$file"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user