How to export a file without filename extension

Godot Version

4.2

Question

How do you export an ARMv8 file within my game when exporting to mobile? I know there is an export filters section but I don’t know what to write since there isn’t a .suffix to such files.

You can set the name of the file in the export non-resources filters.

For example:

Didn’t work. I tried filters “servTestMobile*” and “servTestMobile” but still got exceptions.


Below, code to check if file was exported:


צילום מסך 2024-01-20 152355

In that case you need to use the full path to the file from res://. In your case it would be Bin/servTestMobile

It worked! Thanks a lot.
image

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.