1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix the logic to restart the Godot application

This commit is contained in:
Fredia Huya-Kouadio
2022-05-23 12:33:15 -07:00
parent 9923851370
commit d38ffda2c3
9 changed files with 163 additions and 88 deletions

View File

@@ -21,6 +21,8 @@ while read -r f; do
continue
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/gl/EGLLogWrapper"* ]]; then
continue
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/utils/ProcessPhoenix"* ]]; then
continue
fi
python misc/scripts/copyright_headers.py "$f"