Get current GDevelop version from HTML5 Export

I made a build script to convert the HTML5 export into a working scorm package. But in the script, before I do anything else, I would like to make sure that the exported version of GDevelop is compatible with the running version of my script. However, I can not find the actual version anywhere in the exported files. In the data.js file i found the “gdVersion” field but that is the 4.0.99-0 base version. And, what I really need is the 5.0.128 version number.

So is it possible to include both version numbers in the data.js file?

1 Like