.github: Remove pywebview from DEB (too outdated), but add it to PyInstaller

This commit is contained in:
derrod 2021-10-07 10:36:08 +02:00
parent d300972b46
commit a7d5e37f82

View file

@ -29,6 +29,7 @@ jobs:
requests
setuptools
wheel
pywebview
- name: Strip
id: strip
@ -68,10 +69,11 @@ jobs:
python3-requests
python3-setuptools
python3-wheel
python3-webview
python3-gi
python3-gi-cairo
gir1.2-gtk-3.0
# pywebview is too outdated on 20.04, re-enable this on 22.04
# python3-webview
# python3-gi
# python3-gi-cairo
# gir1.2-gtk-3.0
- name: Build
run: python3 setup.py --command-packages=stdeb.command bdist_deb