Use project_codename for script
This commit is contained in:
parent
85c22cca3e
commit
14c05ccc75
2 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ if [ -n "${licence_url}" ]; then
|
|||
fi
|
||||
mv "${destination_path}/project_codename" "${destination_path}/${PROJECT_CODENAME}"
|
||||
mv "${destination_path}/${PROJECT_CODENAME}/project_codename.py" "${destination_path}/${PROJECT_CODENAME}/${PROJECT_CODENAME}.py"
|
||||
mv "${destination_path}/${PROJECT_CODENAME}/project_codename.sh" "${destination_path}/${PROJECT_CODENAME}/${PROJECT_CODENAME}.sh"
|
||||
while read -r file
|
||||
do
|
||||
sed -i "s/__project_codename__/${PROJECT_CODENAME}/g" "${file}"
|
||||
|
|
Loading…
Reference in a new issue