replace author

This commit is contained in:
schreifuchs 2025-02-19 15:17:23 +01:00
parent 5bebe97575
commit 3a244eb95e

View File

@ -23,9 +23,12 @@ done
#### finalize wails.json #### finalize wails.json
USER_NAME=$(git config user.name) USER_NAME=$(git config user.name)
E_USER_NAME=$(printf '%s\n' "$USER_NAME" | sed -e 's/[\/&]/\\&/g')
USER_EMAIL=$(git config user.email) USER_EMAIL=$(git config user.email)
E_USER_EMAIL=$(printf '%s\n' "$USER_EMAIL" | sed -e 's/[\/&]/\\&/g')
sed -i "s/schreifuchs/${USER_NAME}/g" "wails.json"
sed -i "s/kontakt@schreifuchs.ch/${USER_EMAIL}/g" "wails.json" sed -i "s/schreifuchss/${USER_NAME}/g" "wails.json"
sed -i "s/kontakt@schreifuchs\.ch/${USER_EMAIL}/g" "wails.json"
echo "You are rady to gooooo" echo "You are rady to gooooo"