From 9c0318dab19cca5e0d96d646763149bfbe6f6d26 Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Sun, 21 Jan 2024 09:48:45 +0100 Subject: [PATCH] Fix missing certifi certificate --- appimage/AppImageBuilder.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appimage/AppImageBuilder.yml b/appimage/AppImageBuilder.yml index 92b63e0..2013275 100644 --- a/appimage/AppImageBuilder.yml +++ b/appimage/AppImageBuilder.yml @@ -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