Update main.yml
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -41,7 +41,8 @@ jobs:
|
|||||||
--onefile AV_Data_Capture.py \
|
--onefile AV_Data_Capture.py \
|
||||||
--hidden-import ADC_function.py \
|
--hidden-import ADC_function.py \
|
||||||
--hidden-import core.py \
|
--hidden-import core.py \
|
||||||
--add-data "$(python -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1):cloudscraper"
|
--add-data "$(python -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1):cloudscraper" \
|
||||||
|
--add-data "Img:Img"
|
||||||
|
|
||||||
- name: Build with PyInstaller for windows
|
- name: Build with PyInstaller for windows
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
|
|||||||
Reference in New Issue
Block a user