From 495ecdae1539f8a7c377ed27a8341f9b6a996a0d Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Sat, 18 Dec 2021 00:12:36 +0800 Subject: [PATCH] Update to 6.0.1 #3 --- wrapper/FreeBSD.sh | 2 +- wrapper/Linux.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wrapper/FreeBSD.sh b/wrapper/FreeBSD.sh index e6a8629..cf8651a 100755 --- a/wrapper/FreeBSD.sh +++ b/wrapper/FreeBSD.sh @@ -1,6 +1,6 @@ pkg install python38 py38-requests py38-pip py38-lxml py38-pillow py38-cloudscraper py38-pysocks git zip py38-beautifulsoup448 py38-mechanicalsoup pip install pyquery pyinstaller -pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py \ +pyinstaller --onefile Movie_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py \ --add-data "$(python3.8 -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1):cloudscraper" \ --add-data "$(python3.8 -c 'import opencc as _; print(_.__path__[0])' | tail -n 1):opencc" \ --add-data "Img:Img" \ diff --git a/wrapper/Linux.sh b/wrapper/Linux.sh index 043c8bf..88af8ad 100755 --- a/wrapper/Linux.sh +++ b/wrapper/Linux.sh @@ -12,7 +12,7 @@ #fi pip3 install -r requirements.txt pip3 install cloudscraper==1.2.52 -pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py \ +pyinstaller --onefile Movie_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py \ --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 "Img:Img" \