diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-16 00:28:39 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-16 00:28:39 +0100 |
commit | 29e2aa416240f6ff782852b10a794471c0b92c2d (patch) | |
tree | 8e4aeb2ed2513ded8fc1c98c35ac4929e636d186 /platform/windows/export/export_plugin.h | |
parent | cfb9cae23a50554872ae49b6a2aec8855b294eb9 (diff) | |
parent | 7db3822c2e2167903e90e0c69474025460dbcd5f (diff) | |
download | redot-engine-29e2aa416240f6ff782852b10a794471c0b92c2d.tar.gz |
Merge pull request #68699 from bruvzg/win_con_icon
[Windows] Add icon to the console wrapper, add option to set icon for the console wrapper on export.
Diffstat (limited to 'platform/windows/export/export_plugin.h')
-rw-r--r-- | platform/windows/export/export_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/export/export_plugin.h b/platform/windows/export/export_plugin.h index ec3b60aa76..2671205fca 100644 --- a/platform/windows/export/export_plugin.h +++ b/platform/windows/export/export_plugin.h @@ -38,7 +38,7 @@ #include "platform/windows/logo.gen.h" class EditorExportPlatformWindows : public EditorExportPlatformPC { - Error _rcedit_add_data(const Ref<EditorExportPreset> &p_preset, const String &p_path, bool p_set_icon); + Error _rcedit_add_data(const Ref<EditorExportPreset> &p_preset, const String &p_path, bool p_console_icon); Error _code_sign(const Ref<EditorExportPreset> &p_preset, const String &p_path); public: |