You've already forked godot
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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user