Placeholders are now recursive.

This commit is contained in:
purple 2023-05-30 21:00:46 +02:00 committed by GitHub
parent f235680f97
commit fa32b82add
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,7 +179,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) ]]; then
SKIPAZPLACEHOLDERS=false;
fi;
for f in $DIR; do
for f in $(find . -type f -print); do
sed -i "s~^#version#^~$version~g" $f;
sed -i "s~^#author#^~$author~g" $f;
sed -i "s~^#identifier#^~$identifier~g" $f;