Files
GDevelop/scripts
Florian Rival 2c4fa1d1c2 Switch the game engine documentation to TypeDoc (#3593)
* This adds link between types, a more readable rendering, a better search and, more generally, makes the [game engine documentation](https://docs.gdevelop-app.com/GDJS%20Runtime%20Documentation/index.html) much easier to browse.
2022-02-03 13:58:44 +01:00
..

Scripts files for GDevelop

  • ReleaseProcedure.bat: this script compiles, generate documentation (see GenerateAllDocs.bat) and package GDevelop for Windows in an installer and an archive.
  • ReleaseProcedure.sh: compiles and package GD for Ubuntu (see Binaries/Packaging).
  • CopyWindowsToLinuxReleaseFiles.sh: Copy all files in Binaries/Output/Release_Windows to Binaries/Output/Release_Linux. Call it after any change in Binaries/Output/Release_Windows.
  • GenerateAllDocs.[bat|sh]: Call doxygen and yuidoc to generate all documentations into docs folder.
  • ExtractTranslations.[bat|sh]: Create the source.pot file containing the strings to be translated using Crowdin.