Change extension for Linux 32-bit x86 exports to x86_32

This commit is contained in:
Aaron Franke 2022-03-21 14:56:27 -05:00
parent 422a45a69e
commit ac3ecec58e
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF

View file

@ -42,7 +42,7 @@ void register_linuxbsd_exporter() {
logo->create_from_image(img);
platform->set_logo(logo);
platform->set_name("Linux/X11");
platform->set_extension("x86");
platform->set_extension("x86_32");
platform->set_extension("x86_64", "binary_format/64_bits");
platform->set_release_32("linux_x11_32_release");
platform->set_debug_32("linux_x11_32_debug");