diff --git a/tutorials/export/exporting_for_windows.rst b/tutorials/export/exporting_for_windows.rst index 2ae5c4982..33b78934c 100644 --- a/tutorials/export/exporting_for_windows.rst +++ b/tutorials/export/exporting_for_windows.rst @@ -44,13 +44,13 @@ Settings need to be changed in two places. First, in the editor settings, under you're using Windows navigate to and select ``SignTool.exe``, if you're on a different OS select ``osslsigncode``. -.. image:: img/windows_editor_settings.png +.. image:: img/windows_editor_settings.webp The second location is the Windows export preset, which can be found in **Project > Export...**. Add a windows desktop preset if you haven't already. Under options there is a code signing category. -.. image:: img/windows_export_codesign.png +.. image:: img/windows_export_codesign.webp ``Enabled`` must be set to true, and ``Identity`` must be set to the signing certificate. The other settings can be adjusted as needed. Once this is Done diff --git a/tutorials/export/img/windows_editor_settings.png b/tutorials/export/img/windows_editor_settings.png deleted file mode 100644 index 6dd68515f..000000000 Binary files a/tutorials/export/img/windows_editor_settings.png and /dev/null differ diff --git a/tutorials/export/img/windows_editor_settings.webp b/tutorials/export/img/windows_editor_settings.webp new file mode 100644 index 000000000..c15691e00 Binary files /dev/null and b/tutorials/export/img/windows_editor_settings.webp differ diff --git a/tutorials/export/img/windows_export_codesign.png b/tutorials/export/img/windows_export_codesign.png deleted file mode 100644 index 49e8f6253..000000000 Binary files a/tutorials/export/img/windows_export_codesign.png and /dev/null differ diff --git a/tutorials/export/img/windows_export_codesign.webp b/tutorials/export/img/windows_export_codesign.webp new file mode 100644 index 000000000..edc461d01 Binary files /dev/null and b/tutorials/export/img/windows_export_codesign.webp differ