diff --git a/script/patch.sh b/script/patch.sh index 786e4e2..bfcbf7b 100755 --- a/script/patch.sh +++ b/script/patch.sh @@ -1,5 +1,9 @@ git clone --depth=1 git@github.com:fltstore/egao_database.git +# copy with local +# cp -rf ../../egao_database/* ../assets/database + cp -rf egao_database ../assets/database cd ../assets/database -rm -rf .git \ No newline at end of file +rm -rf .git +rm -rf generate.mjs \ No newline at end of file