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}"