Skip to content

Commit

Permalink
Fixed cert configuration for exports
Browse files Browse the repository at this point in the history
  • Loading branch information
czlowiekimadlo committed Dec 22, 2022
1 parent 5e04ec7 commit 514c1fe
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion buildConfig/engine_android.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ light_discard_enabled=true

[ssl]

certificates="res://assets/dst.crt"
certificates="res://assets/czlowiekimadlo.crt"

[tof]

Expand Down
2 changes: 1 addition & 1 deletion buildConfig/engine_desktop.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ light_discard_enabled=true

[ssl]

certificates="res://assets/dst.crt"
certificates="res://assets/czlowiekimadlo.crt"

[tof]

Expand Down
2 changes: 1 addition & 1 deletion buildConfig/engine_linux32.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ light_discard_enabled=true

[ssl]

certificates="res://assets/dst.crt"
certificates="res://assets/czlowiekimadlo.crt"

[tof]

Expand Down
2 changes: 1 addition & 1 deletion buildConfig/engine_osx.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ light_discard_enabled=true

[ssl]

certificates="res://assets/dst.crt"
certificates="res://assets/czlowiekimadlo.crt"

[tof]

Expand Down
2 changes: 1 addition & 1 deletion engine.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ light_discard_enabled=true

[ssl]

certificates="res://assets/czlowiekimadlo-pl.crt"
certificates="res://assets/czlowiekimadlo.crt"

[tof]

Expand Down

0 comments on commit 514c1fe

Please sign in to comment.