Delete .gitkeep in dist folder, create it on demand
This commit is contained in:
parent
cc59ba9b9e
commit
f7aac231ae
3 changed files with 2 additions and 1 deletions
2
dist.sh
2
dist.sh
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue