[Windows] Add icon to the console wrapper, add option to set icon for the console wrapper on export.
This commit is contained in:
parent
f3c12c0ab4
commit
7db3822c2e
3 changed files with 12 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue