Merge pull request #40961 from BrainBlasted/update-platform-metadata
platform: Update metadata for export platforms
This commit is contained in:
commit
f2d6a4bf84
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 951 B |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.3 KiB |
|
@ -95,8 +95,8 @@ protected:
|
||||||
virtual void get_export_options(List<ExportOption> *r_options) override;
|
virtual void get_export_options(List<ExportOption> *r_options) override;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
virtual String get_name() const override { return "Mac OSX"; }
|
virtual String get_name() const override { return "macOS"; }
|
||||||
virtual String get_os_name() const override { return "OSX"; }
|
virtual String get_os_name() const override { return "macOS"; }
|
||||||
virtual Ref<Texture2D> get_logo() const override { return logo; }
|
virtual Ref<Texture2D> get_logo() const override { return logo; }
|
||||||
|
|
||||||
virtual List<String> get_binary_extensions(const Ref<EditorExportPreset> &p_preset) const override {
|
virtual List<String> get_binary_extensions(const Ref<EditorExportPreset> &p_preset) const override {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 7.0 KiB |
Loading…
Reference in New Issue