This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# - Author: devrique (Enrique AM). | |
# - Description: | |
# This script makes easier to recompile Godot Engine project for Windows OS. | |
# SCons has to be installed previously before launching the script, and also | |
# variables from line 10 to 15 have to be configured. | |
# After that, launching the script will prompt for debug or release target and | |
# for tool compilation. It will do a git pull from the repo on the current branch | |
# and execute the scons compilation. | |
# At the end, it will open the two configured folders on Explorer to move manually |