Update Wrapper scripts

This commit is contained in:
yoshiko2
2022-09-14 15:07:57 +08:00
parent 1ec596a7fa
commit 1be712767f
4 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ make:
@echo "[+]Pyinstaller make"
pyinstaller --onefile Movie_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py \
--hidden-import "ImageProcessing.cnn" \
--python-option u \
--add-data "`python3 -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1`:cloudscraper" \
--add-data "`python3 -c 'import opencc as _; print(_.__path__[0])' | tail -n 1`:opencc" \
--add-data "`python3 -c 'import face_recognition_models as _; print(_.__path__[0])' | tail -n 1`:face_recognition_models" \