[Windows] Add icon to the console wrapper, add option to set icon for the console wrapper on export.

This commit is contained in:
bruvzg 2022-11-15 23:47:21 +02:00
parent f3c12c0ab4
commit 7db3822c2e
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
3 changed files with 12 additions and 3 deletions

View file

@ -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: