File tree Expand file tree Collapse file tree 2 files changed +1
-31
lines changed
Expand file tree Collapse file tree 2 files changed +1
-31
lines changed Original file line number Diff line number Diff line change 1212 QT_QPA_PLATFORM : offscreen
1313
1414jobs :
15- build-linux :
16- runs-on : ubuntu-20.04
17- steps :
18- - uses : actions/checkout@v3
19- - uses : actions/setup-python@v4
20- with :
21- python-version : " 3.10"
22- - name : Install dependencies
23- run : |
24- pip install -r requirements.txt
25- sudo apt-get update -y
26- sudo apt-get install -y libegl1-mesa libegl1-mesa-dev '^libxcb.*-dev' libx11-xcb-dev \
27- libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
28- - name : Build application
29- working-directory : ./app
30- run : |
31- pyinstaller --name=yt-dlp-gui --clean -y app.py
32- zip -r yt-dlp-gui-linux64.zip dist/*
33- - uses : actions/upload-artifact@v2
34- with :
35- name : yt-dlp-gui-linux
36- path : ./app/yt-dlp-gui-linux64.zip
37-
3815 build-windows :
3916 name : build-windows
4017 runs-on : windows-latest
6037 name : github-release
6138 runs-on : ubuntu-latest
6239 needs :
63- - build-linux
6440 - build-windows
6541 steps :
6642 - uses : actions/checkout@v3
67- - name : Restore linux build
68- uses : actions/download-artifact@v3
69- with :
70- name : yt-dlp-gui-linux
71- path : /opt/builds
7243
7344 - name : Restore windows build
7445 uses : actions/download-artifact@v3
8859 draft : false
8960 prerelease : false
9061 files : |
91- /opt/builds/yt-dlp-gui-linux64.zip
9262 /opt/builds/yt-dlp-gui-win64.zip
Original file line number Diff line number Diff line change 1- __version__ = "25.05 .2023"
1+ __version__ = "28.06 .2023"
You can’t perform that action at this time.
0 commit comments