mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 06:59:11 +00:00
replaced workflow forward slash with grave accent
This commit is contained in:
parent
9643c96ed7
commit
8368cb1f49
28
.github/workflows/build.yml
vendored
28
.github/workflows/build.yml
vendored
@ -21,24 +21,24 @@ jobs:
|
||||
pip install -r src/requirements.txt
|
||||
- name: Build Video2X CLI
|
||||
run: |
|
||||
pyinstaller --noconfirm --log-level=WARN \
|
||||
--onefile \
|
||||
--add-data="wrappers;wrappers" \
|
||||
--icon="images\video2x.ico" \
|
||||
pyinstaller --noconfirm --log-level=WARN `
|
||||
--onefile `
|
||||
--add-data="wrappers;wrappers" `
|
||||
--icon="images\video2x.ico" `
|
||||
src/video2x.py
|
||||
- name: Build Video2X GUI
|
||||
run: |
|
||||
pyinstaller --noconfirm --log-level=WARN \
|
||||
--onefile \
|
||||
--add-data="images;images" \
|
||||
--add-data="locale;locale" \
|
||||
--add-data="video2x_gui.ui;." \
|
||||
--add-data="wrappers;wrappers" \
|
||||
--icon="images\video2x.ico" \
|
||||
pyinstaller --noconfirm --log-level=WARN `
|
||||
--onefile `
|
||||
--add-data="images;images" `
|
||||
--add-data="locale;locale" `
|
||||
--add-data="video2x_gui.ui;." `
|
||||
--add-data="wrappers;wrappers" `
|
||||
--icon="images\video2x.ico" `
|
||||
src/video2x_gui.py
|
||||
- name: Build Video2X Setup Script
|
||||
run: |
|
||||
pyinstaller --noconfirm --log-level=WARN \
|
||||
--onefile \
|
||||
--icon="images\video2x.ico" \
|
||||
pyinstaller --noconfirm --log-level=WARN `
|
||||
--onefile `
|
||||
--icon="images\video2x.ico" `
|
||||
src/video2x_setup.py
|
||||
|
Loading…
Reference in New Issue
Block a user