Where can I find the source for the export templates?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Giraffe8

Hi, I’ve been using Godot for a while now, and I was just wondering if I can find the source for the export templates somewhere. Specifically the Win32/64 release and debug. It doesn’t seem to be in the main repo or the organization page on Github. Anyone know where I can find this?

Edit:
Answered on Discord:

[Zylann]: @giraffe8 it is http://docs.godotengine.org/en/3.0/development/compiling/introduction_to_the_buildsystem.html#export-templates
You just have to build with a different SCons command

The source was in the main repo, looks like the export was really just a lightweight version of the engine/editor.