mirror of
https://github.com/QuasarApp/CMakeProject.git
synced 2025-04-26 21:54:33 +00:00
fix deploy file after init
This commit is contained in:
parent
8c8368ff81
commit
3e48538afc
2
init.sh
2
init.sh
@ -19,6 +19,8 @@ find . -not -path '*/\.*' -type f -exec sed -i $REPLACESTRING {} +
|
||||
find src -type d -name '*RENAME_ME*' -exec sh -c 'x="{}"; NEWSTR=$(echo "$x" | sed "s/RENAME_ME/'$1'/"); mv "$x" "$NEWSTR"' \;
|
||||
|
||||
find src -type f -name '*RENAME_ME*' -exec sh -c 'x="{}"; NEWSTR=$(echo "$x" | sed "s/RENAME_ME/'$1'/"); mv "$x" "$NEWSTR"' \;
|
||||
find Deploy -type f -name '*RENAME_ME*' -exec sh -c 'x="{}"; NEWSTR=$(echo "$x" | sed "s/RENAME_ME/'$1'/"); mv "$x" "$NEWSTR"' \;
|
||||
|
||||
set -e
|
||||
|
||||
git config -f .gitmodules --get-regexp '^submodule\..*\.path$' |
|
||||
|
Loading…
x
Reference in New Issue
Block a user