#!/bin/bash pushd godot ln -f -s ../custom.py . TEMPLATE="disable_3d=yes svg=no" #scons platform=list #scons --clean # Build editor #scons platform=linuxbsd target=editor arch=x86_64 lto=full #scons platform=linuxbsd target=editor arch=x86_64 scons platform=windows target=template_release arch=x86_64 ${TEMPLATE} popd :<