From 06bc5c0c5e8723cdd2fcd644b8beaafbf94189e8 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 22 Oct 2024 16:55:29 +0200 Subject: [PATCH] Update URL to Microsoft codesigning guide in Exporting for Windows --- tutorials/export/exporting_for_windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/export/exporting_for_windows.rst b/tutorials/export/exporting_for_windows.rst index 33b78934c..a3d317ec9 100644 --- a/tutorials/export/exporting_for_windows.rst +++ b/tutorials/export/exporting_for_windows.rst @@ -24,7 +24,7 @@ Code signing Godot is capable of automatic code signing on export. To do this you must have the ``Windows SDK`` (on Windows) or `osslsigncode `__ (on any other OS) installed. You will also need a package signing certificate, -information on creating one can be found `here `__. +information on creating one can be found `here `__. .. warning::