Skip to content

Commit

Permalink
Copy gdnative headers helper script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Sep 20, 2024
1 parent c09474c commit 1d66eb1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions misc/scripts/copy_gdnative_headers.sh
Original file line number Diff line number Diff line change
@@ -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


3 changes: 3 additions & 0 deletions misc/scripts/pre_release_check_files_present.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d66eb1

Please sign in to comment.