3 lines
97 B
Bash
3 lines
97 B
Bash
|
|
#!/bin/bash
|
||
|
|
echo "Building DarkHal 2.0 for Linux x64..."
|
||
|
|
python3 build_all_platforms.py linux-x64
|