From 9a33c97c2a1e46f79426fa091c271d273a458bb8 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:18:25 +0300 Subject: Add console wrapper app to handle console i/o redirection on Windows. --- platform/windows/export/export_plugin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'platform/windows/export/export_plugin.h') diff --git a/platform/windows/export/export_plugin.h b/platform/windows/export/export_plugin.h index f85331c898..ec3b60aa76 100644 --- a/platform/windows/export/export_plugin.h +++ b/platform/windows/export/export_plugin.h @@ -38,9 +38,8 @@ #include "platform/windows/logo.gen.h" class EditorExportPlatformWindows : public EditorExportPlatformPC { - Error _rcedit_add_data(const Ref &p_preset, const String &p_path); + Error _rcedit_add_data(const Ref &p_preset, const String &p_path, bool p_set_icon); Error _code_sign(const Ref &p_preset, const String &p_path); - Error _export_debug_script(const Ref &p_preset, const String &p_app_name, const String &p_pkg_name, const String &p_path); public: virtual Error export_project(const Ref &p_preset, bool p_debug, const String &p_path, int p_flags = 0) override; -- cgit v1.2.3