From 4ea5e9d6cb2a6e02e5a0be1f51e5f8af195cf289 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Mon, 4 Jan 2021 15:35:03 +0800 Subject: [PATCH] Update FreeBSD.sh --- wrapper/FreeBSD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper/FreeBSD.sh b/wrapper/FreeBSD.sh index 35e2287..111f255 100755 --- a/wrapper/FreeBSD.sh +++ b/wrapper/FreeBSD.sh @@ -1,4 +1,4 @@ pkg install python37 py37-requests py37-pip py37-lxml py37-pillow py37-cloudscraper py37-pysocks git zip py37-pyinstaller py37-beautifulsoup448 pip install pyquery -pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py --add-data "$(python -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1):cloudscraper" +pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py --add-data "$(python3.7 -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1):cloudscraper" cp config.ini ./dist