mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
11 lines
164 B
Bash
11 lines
164 B
Bash
|
#!/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
|
||
|
|
||
|
|