Skip to content

Commit

Permalink
Update FreeBSD.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshiko2 authored Jan 4, 2021
1 parent 94526fb commit 4ea5e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/FreeBSD.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4ea5e9d

Please sign in to comment.