Copy gdnative headers helper script.

This commit is contained in:
Relintai 2024-09-20 10:14:05 +02:00
parent c09474ccd8
commit 1d66eb1742
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/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

View File

@ -112,6 +112,9 @@ files=(
# IOS - final template
"iphone.zip"
# GDNative generated header, the rest will be generated by the engine or copied
"gdnative_api_struct.gen.h"
)
error=0