Delete .gitkeep in dist folder, create it on demand

This commit is contained in:
ChaoticByte 2025-02-05 17:50:41 +01:00
parent cc59ba9b9e
commit f7aac231ae
No known key found for this signature in database
3 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,8 @@ function log {
echo -e "\033[1;36m***** $@ *****\033[0m"
}
mkdir -p dist
log Building application
VERSION="$(godot --headless --no-header -s tools/get_version.gd)"