6 lines
100 B
Bash
Executable file
6 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
source ./build.cfg
|
|
./build_engine.sh
|
|
./get_gamepacks.sh
|
|
./build_game.sh
|
|
./build_editor.sh
|