init
All checks were successful
link / Link assets on Linux (push) Successful in 33s

This commit is contained in:
2024-08-23 19:37:07 +02:00
commit 249a26bd71
9 changed files with 3351 additions and 0 deletions

17
.gitea/scripts/assemble.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
set -e
mkdir "release"
cd release/
mkdir -p "mods/mp_chat/scripts"
cd ..
cp -rp scripts/* release/mods/mp_chat/scripts/
cp zone_out/chat/mod.ff release/mods/mp_chat/
echo "Assembled!"