fix: reinstall app sync data split.

This commit is contained in:
Gordon
2024-06-28 16:16:15 +08:00
parent 1c4b4e6c50
commit b2b621b7d8
7 changed files with 79 additions and 30 deletions

View File

@@ -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/*'