1
0
Fork 0
mirror of synced 2024-05-24 06:19:55 +12:00

Add qtsvg to AppImage

This commit is contained in:
Dummerle 2021-12-19 00:06:05 +01:00
parent 8b0bddc174
commit f497ddc8d9
No known key found for this signature in database
GPG key ID: AB68CC59CA39F2F1

View file

@ -47,9 +47,11 @@ AppDir:
- python3
- python3-distutils
- python3-pyqt5
- python3-pyqt5.qtsvg
- python3-psutil
- python3-requests
runtime:
env:
# Set python home
@ -57,7 +59,7 @@ AppDir:
PYTHONHOME: '${APPDIR}/usr'
# Path to the site-packages dir or other modules dirs
# See https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
PYTHONPATH: '${APPDIR}/usr/lib/python3.8/site-packages'
PYTHONPATH: '${APPDIR}/usr/lib/python3.8/site-packages:${APPDIR}/usr/lib/python3.9/site-packages'
test:
fedora: