1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

[Export] Add "export console script" option for Linux, macOS, and Windows exports.

This commit is contained in:
bruvzg
2022-02-23 08:44:38 +02:00
parent 95b6c6cf9a
commit f0315c28a8
8 changed files with 196 additions and 14 deletions

View File

@@ -30,15 +30,12 @@
#include "export.h"
#include "core/io/file_access.h"
#include "editor/editor_export.h"
#include "platform/linuxbsd/logo.gen.h"
#include "scene/resources/texture.h"
#include "export_plugin.h"
static Error fixup_embedded_pck(const String &p_path, int64_t p_embedded_start, int64_t p_embedded_size);
void register_linuxbsd_exporter() {
Ref<EditorExportPlatformPC> platform;
Ref<EditorExportPlatformLinuxBSD> platform;
platform.instantiate();
Ref<Image> img = memnew(Image(_linuxbsd_logo));