pandemonium_engine/misc/scripts/copy_gdnative_headers.sh

11 lines
164 B
Bash
Executable File

#!/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