mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-06-08 21:34:35 +00:00
Fix missing certifi certificate
This commit is contained in:
@@ -23,7 +23,7 @@ script:
|
||||
- cp "$SOURCE_DIR/pickaxe.png" "$TARGET_APPDIR/usr/share/icons/hicolor/128x128/apps/io.github.devilxd.twitchdropsminer.png"
|
||||
|
||||
# Install requirements.
|
||||
- python3 -m pip install --ignore-installed --prefix=/usr --root="$TARGET_APPDIR" -r "$SOURCE_DIR/../requirements.txt"
|
||||
- python3 -m pip install --ignore-installed --prefix=/usr --root="$TARGET_APPDIR" -r "$SOURCE_DIR/../requirements.txt" certifi
|
||||
|
||||
AppDir:
|
||||
app_info:
|
||||
@@ -131,6 +131,8 @@ AppDir:
|
||||
TCL_LIBRARY: '${APPDIR}/usr/share/tcltk/tcl8.6'
|
||||
TK_LIBRARY: '${APPDIR}/usr/lib/tcltk/x86_64-linux-gnu/tk8.6'
|
||||
TKPATH: '${APPDIR}/usr/lib/tcltk/x86_64-linux-gnu/tk8.6'
|
||||
# Remove the line below if using Python 3.10+.
|
||||
SSL_CERT_FILE: '${APPDIR}/usr/lib/python3.8/site-packages/certifi/cacert.pem'
|
||||
# The app seems to have problems running on Wayland at the moment.
|
||||
# See: https://github.com/DevilXD/TwitchDropsMiner/issues/321
|
||||
GDK_BACKEND: x11
|
||||
|
||||
Reference in New Issue
Block a user