[Export] Add "export console script" option for Linux, macOS, and Windows exports.
This commit is contained in:
parent
95b6c6cf9a
commit
f0315c28a8
8 changed files with 196 additions and 14 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue