mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 01:51:10 +00:00
Update export dialog to handle many architectures
This commit is contained in:
parent
a0072ba39f
commit
17c4cd6412
9 changed files with 50 additions and 88 deletions
|
|
@ -38,8 +38,6 @@ void register_linuxbsd_exporter() {
|
|||
platform.instantiate();
|
||||
platform->set_logo(ImageTexture::create_from_image(memnew(Image(_linuxbsd_logo))));
|
||||
platform->set_name("Linux/X11");
|
||||
platform->set_extension("x86_32");
|
||||
platform->set_extension("x86_64", "binary_format/64_bits");
|
||||
platform->set_os_name("Linux");
|
||||
platform->set_chmod_flags(0755);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue