Skip to content

Instantly share code, notes, and snippets.

View devrique's full-sized avatar
🏠
Working from home

devrique

🏠
Working from home
View GitHub Profile
@devrique
devrique / godot-easy-recompile.ps1
Created April 5, 2021 22:12
Godot Engine Easy Recompile Script for Windows 10
##
# - 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