mkdir Generated Code in start.sh

This commit is contained in:
nakst 2021-12-17 11:46:12 +00:00
parent c3f158a3ca
commit e89c0e84d7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
cd "$(dirname "$0")"
# Create the bin directories.
mkdir -p bin bin/Dependency\ Files bin/Logs bin/cache
mkdir -p bin bin/Dependency\ Files bin/Logs bin/Generated\ Code bin/cache
# Check that we are running on a sensible platform.
uname -o | grep Cygwin > /dev/null