mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
fix(tools/update_resources): do not deal with assets/icons folder
This commit is contained in:
parent
090b0e55f3
commit
52d5dc588d
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ cd "${SCRIPT_DIR}/.."
|
|||
echo '<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource prefix="/">' > $RESOURCES_FILE
|
||||
|
||||
for filename in $(find ui/modules/ ui/scripts/ ui/views/ assets/ -type f | sort)
|
||||
for filename in $(find ui/modules/ ui/scripts/ ui/views/ assets/fonts/ assets/images/ -type f | sort)
|
||||
do
|
||||
basename="${filename##*/}"
|
||||
extension="${filename##*.}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue