tools for exporting godot projects via Github Actions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4ed4a81..a238974 100644
--- a/README.md
+++ b/README.md
@@ -78,3 +78,5 @@ Bash example:
#!/bin/bash
[[ $1 == "web" ]] && wget -nv "example.org" -O build/web/example.html
```
+
+A `pre_export` file is also supported.