diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-18 20:44:16 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-18 20:44:16 +0100 |
commit | 35ff5ff1aa2094d9bd0c2a6dce185369a3af6d54 (patch) | |
tree | 5d7bdbddd6574bf9de1a4f20ec43e51a823007cc /platform/windows/export/export_plugin.h | |
parent | 1af7e393bebd02007da5f6e082b065b3f140bc5c (diff) | |
parent | ac0ed9ce677745ac452cfaf9fd59813a836de7bc (diff) |
Merge pull request #68828 from bruvzg/win_regen_icon
Windows icon export improvements.
Diffstat (limited to 'platform/windows/export/export_plugin.h')
-rw-r--r-- | platform/windows/export/export_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/export/export_plugin.h b/platform/windows/export/export_plugin.h index 2671205fca..a9e6d51b9d 100644 --- a/platform/windows/export/export_plugin.h +++ b/platform/windows/export/export_plugin.h @@ -38,6 +38,7 @@ #include "platform/windows/logo.gen.h" class EditorExportPlatformWindows : public EditorExportPlatformPC { + Error _process_icon(const Ref<EditorExportPreset> &p_preset, const String &p_src_path, const String &p_dst_path); 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); |