replace author
This commit is contained in:
parent
5bebe97575
commit
3a244eb95e
7
setup.sh
7
setup.sh
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user