Create default godot config path

This commit is contained in:
Kienan Stewart 2018-04-08 12:07:48 -04:00
parent f129b4d852
commit f9ab076b2a
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ job make exports:
- chmod +x bin/godot3-server - chmod +x bin/godot3-server
- df -h - df -h
- mkdir -p ~/.cache - mkdir -p ~/.cache
- mkdir -p ~/.config/godot
- WGET_ARGS='' make install-templates - WGET_ARGS='' make install-templates
script: script:
- GODOT=./bin/godot3-server make export-all - GODOT=./bin/godot3-server make export-all