|
@@ -425,7 +425,6 @@ private:
|
|
Ref<ImageTexture> logo;
|
|
Ref<ImageTexture> logo;
|
|
String name;
|
|
String name;
|
|
String os_name;
|
|
String os_name;
|
|
- Map<String, String> extensions;
|
|
|
|
|
|
|
|
String release_file_32;
|
|
String release_file_32;
|
|
String release_file_64;
|
|
String release_file_64;
|
|
@@ -444,11 +443,9 @@ public:
|
|
virtual Ref<Texture2D> get_logo() const override;
|
|
virtual Ref<Texture2D> get_logo() const override;
|
|
|
|
|
|
virtual bool can_export(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates) const override;
|
|
virtual bool can_export(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates) const override;
|
|
- virtual List<String> get_binary_extensions(const Ref<EditorExportPreset> &p_preset) const override;
|
|
|
|
virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path, int p_flags = 0) override;
|
|
virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path, int p_flags = 0) override;
|
|
virtual Error sign_shared_object(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path);
|
|
virtual Error sign_shared_object(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path);
|
|
|
|
|
|
- void set_extension(const String &p_extension, const String &p_feature_key = "default");
|
|
|
|
void set_name(const String &p_name);
|
|
void set_name(const String &p_name);
|
|
void set_os_name(const String &p_name);
|
|
void set_os_name(const String &p_name);
|
|
|
|
|