Godot Version
4.3.stable.mono
Question
Hello everyone,
I am currently working on a project using Godot Mono and I’ve encountered an issue regarding the naming convention of the data folder that gets included in my Linux exports. When I export my project for Linux (x86_64), it creates a directory named data_${projectName}_linuxbsd_x86_64, which contains necessary DLL files and other dependencies for running the application.
My question is: Is there a way to customize the name of this directory? Specifically, I would like to change the name from data_${projectName}_linuxbsd_x86_64 to something more descriptive or project-specific.
I understand that modifying the default export template might be one approach, but I am not sure how to go about doing this without risking breaking the export process. If anyone has experience with customizing these settings or if there is an officially supported method, your guidance would be greatly appreciated.
Thank you very much for your time and any advice you can offer.