mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2025-12-31 05:48:35 +03:00
Only building for desktop platforms for now, as Android, iOS and Web builds would all be obsolete and unable to run on current devices.
5 lines
62 B
Bash
Executable File
5 lines
62 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf godot*.tar.gz out releases tmp
|
|
git status
|