mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 08:57:34 +01:00
11 lines
164 B
Bash
Executable File
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
|
|
|
|
|