Hi, i have builded latest godot version, with custom modules.
Everything works except exporting.
I already installed latest export templates.
With official latest godot version they seems work, but with my custom version it says:
Obviously, it exports without problem, but whe i try to run aplication it gives me this message.
ERROR: tryopenpack: Pack created with a newer version of the engine: 2.1.0
At: core/io/fileaccesspack.cpp:173.
It tells me that my custom version is: v2.1.alpha.custom_build.
I tried to build my own export template (only release version). But it doesnt seem to change something, when i include it in path of custom binary in project.
Thanks for help in advance.