[Windows/Linux] Check custom export templates architecture.
This commit is contained in:
parent
803dfcc3cb
commit
f72e74f395
4 changed files with 157 additions and 11 deletions
|
|
@ -73,6 +73,8 @@ class EditorExportPlatformWindows : public EditorExportPlatformPC {
|
|||
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);
|
||||
|
||||
String _get_exe_arch(const String &p_path) const;
|
||||
|
||||
public:
|
||||
virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path, int p_flags = 0) override;
|
||||
virtual Error modify_template(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path, int p_flags) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue