From b8c6c928d702e1ac9ff5ad9fd43d46d2c11cb8dd Mon Sep 17 00:00:00 2001 From: Serena Postelnek Date: Tue, 7 May 2024 15:30:54 -0400 Subject: [PATCH] Update boot.lua we don't need to have custom certs, comment this line --- source/modules/love/scripts/boot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/modules/love/scripts/boot.lua b/source/modules/love/scripts/boot.lua index 35367b71..eebfc955 100644 --- a/source/modules/love/scripts/boot.lua +++ b/source/modules/love/scripts/boot.lua @@ -147,7 +147,7 @@ function love.boot() no_game_code = true end - https_setup_certs() + -- https_setup_certs() if not can_has_game then invalid_game_path = false