Update main.yml

This commit is contained in:
Yoshiko2
2022-02-26 04:21:22 +08:00
committed by GitHub
parent 2ac6b1cab8
commit a4758a3669

View File

@@ -39,8 +39,6 @@ jobs:
run: |
pyinstaller \
--onefile Movie_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" \
--add-data "$(python -c 'import opencc as _; print(_.__path__[0])' | tail -n 1):opencc" \
--add-data "Img:Img" \
@@ -51,8 +49,6 @@ jobs:
run: |
pyinstaller `
--onefile Movie_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" `
--add-data "$(python -c 'import opencc as _; print(_.__path__[0])' | tail -n 1);opencc" `
--add-data "Img;Img" `