Files
godot-build-scripts/clean.sh
Rémi Verschelde efa270fa44 Trim down scripts to build Godot 1.0 with modern containers
Only building for desktop platforms for now, as Android, iOS and Web
builds would all be obsolete and unable to run on current devices.
2025-01-06 16:33:38 +01:00

5 lines
62 B
Bash
Executable File

#!/bin/bash
rm -rf godot*.tar.gz out releases tmp
git status