fix: reinstall app sync data split.
This commit is contained in:
@@ -100,8 +100,9 @@ else
|
||||
endif
|
||||
|
||||
# Copy githook scripts when execute makefile
|
||||
# NEED Remove. DON'T REJECT!!
|
||||
# TODO! GIT_FILE_SIZE_LIMIT=42000000 git commit -m "This commit is allowed file sizes up to 42MB"
|
||||
COPY_GITHOOK:=$(shell cp -f scripts/githooks/* .git/hooks/; chmod +x .git/hooks/*)
|
||||
# COPY_GITHOOK:=$(shell cp -f scripts/githooks/* .git/hooks/; chmod +x .git/hooks/*)
|
||||
|
||||
# Linux command settings
|
||||
FIND := find . ! -path './image/*' ! -path './vendor/*' ! -path './bin/*'
|
||||
|
||||
Reference in New Issue
Block a user