pandemonium_engine/misc/scripts/copy_gdnative_headers.sh

11 lines
164 B
Bash
Raw Normal View History

2024-09-20 10:14:05 +02:00
#!/bin/bash
set -e
# Run this script form it's own folder
cd ../..
cp -u ./modules/gdnative/include/gdnative_api_struct.gen.h ./bin/gdnative_api_struct.gen.h