From 2c86ca3b2156b4150ab6d86721bc14aabd88e41b Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Fri, 26 Dec 2025 01:17:32 -0800 Subject: [PATCH] Fix ssl verification failures for christmas dash --- .launch/Christmas Dash.game | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.launch/Christmas Dash.game b/.launch/Christmas Dash.game index 2642bba..989439b 100644 --- a/.launch/Christmas Dash.game +++ b/.launch/Christmas Dash.game @@ -9,4 +9,6 @@ if [[ ! -x "$gameExecutable" ]]; then return 1 fi pushd "${gameDir}" +SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt \ +REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt \ "${gameExecutable}"