From 514c1fe28f70e24423947cde78ce16c463abb85c Mon Sep 17 00:00:00 2001 From: CzlowiekImadlo Date: Thu, 22 Dec 2022 10:45:36 +0100 Subject: [PATCH] Fixed cert configuration for exports --- assets/{czlowiekimadlo-pl.crt => czlowiekimadlo.crt} | 0 buildConfig/engine_android.cfg | 2 +- buildConfig/engine_desktop.cfg | 2 +- buildConfig/engine_linux32.cfg | 2 +- buildConfig/engine_osx.cfg | 2 +- engine.cfg | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename assets/{czlowiekimadlo-pl.crt => czlowiekimadlo.crt} (100%) diff --git a/assets/czlowiekimadlo-pl.crt b/assets/czlowiekimadlo.crt similarity index 100% rename from assets/czlowiekimadlo-pl.crt rename to assets/czlowiekimadlo.crt diff --git a/buildConfig/engine_android.cfg b/buildConfig/engine_android.cfg index e7e7db8c..3a5184ac 100644 --- a/buildConfig/engine_android.cfg +++ b/buildConfig/engine_android.cfg @@ -56,7 +56,7 @@ light_discard_enabled=true [ssl] -certificates="res://assets/dst.crt" +certificates="res://assets/czlowiekimadlo.crt" [tof] diff --git a/buildConfig/engine_desktop.cfg b/buildConfig/engine_desktop.cfg index adb883ae..4650c219 100644 --- a/buildConfig/engine_desktop.cfg +++ b/buildConfig/engine_desktop.cfg @@ -56,7 +56,7 @@ light_discard_enabled=true [ssl] -certificates="res://assets/dst.crt" +certificates="res://assets/czlowiekimadlo.crt" [tof] diff --git a/buildConfig/engine_linux32.cfg b/buildConfig/engine_linux32.cfg index 8972bc9a..efd9b1dd 100644 --- a/buildConfig/engine_linux32.cfg +++ b/buildConfig/engine_linux32.cfg @@ -56,7 +56,7 @@ light_discard_enabled=true [ssl] -certificates="res://assets/dst.crt" +certificates="res://assets/czlowiekimadlo.crt" [tof] diff --git a/buildConfig/engine_osx.cfg b/buildConfig/engine_osx.cfg index 01de0ef5..f42196f4 100644 --- a/buildConfig/engine_osx.cfg +++ b/buildConfig/engine_osx.cfg @@ -56,7 +56,7 @@ light_discard_enabled=true [ssl] -certificates="res://assets/dst.crt" +certificates="res://assets/czlowiekimadlo.crt" [tof] diff --git a/engine.cfg b/engine.cfg index 47744c37..3767a8fa 100644 --- a/engine.cfg +++ b/engine.cfg @@ -64,7 +64,7 @@ light_discard_enabled=true [ssl] -certificates="res://assets/czlowiekimadlo-pl.crt" +certificates="res://assets/czlowiekimadlo.crt" [tof]