diff --git a/README.md b/README.md index 7b9e581..0daf0f2 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ License This software is licensed under [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) +- Copyright (C) 2016-2022 SECURITYMADEIN.LU - Copyright (C) 2016-2022 Jérôme Lombardi - https://github.com/jerolomb - Copyright (C) 2016-2022 Juan Rocha - https://github.com/jfrocha -- Copyright (C) 2016-2022 SMILE gie securitymadein.lu - Copyright (C) 2017-2022 Cédric Bonhomme - https://www.cedricbonhomme.org - Copyright (C) 2016-2017 Guillaume Lesniak - Copyright (C) 2016-2017 Thomas Metois diff --git a/scripts/link_modules_resources.sh b/scripts/link_modules_resources.sh index 056e319..23673c5 100755 --- a/scripts/link_modules_resources.sh +++ b/scripts/link_modules_resources.sh @@ -43,7 +43,7 @@ cd dialogs/ && find ../../../node_modules/ng_client/views/dialogs -maxdepth 1 -n cd ../../js/ && find ../../node_modules/ng_client/src -name "*" -exec ln -s {} \; 2>/dev/null cd ../css/ && find ../../node_modules/ng_client/css -name "*" -exec ln -s {} \; 2>/dev/null cd ../img/ && find ../../node_modules/ng_client/img -name "*" -exec ln -s {} \; 2>/dev/null -cd ../flags/ && find ../../node_modules/ng_client/node_modules/ng-country-flags/dist/flags -mindepth 1 -type d -exec ln -s {} \; 2>/dev/null +cd ../flags/ && find ../../node_modules/ng_client/node_modules/flag-icons/flags -mindepth 1 -type d -exec ln -s {} \; 2>/dev/null cd ../js/ mkdir -p anr