Repository Structure

This commit is contained in:
2024-03-24 09:58:55 +01:00
commit bcdc78110d
12 changed files with 158 additions and 0 deletions

14
Cmd/regenerate.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
cd "$(dirname "$0")/.."
PROJECT_NAME=$(find . -name "*.uproject" -exec basename {} .uproject \;)
sh Script/remove_binaries.sh
rm -rf $PROJECT_NAME.code-workspace\
Makefile\
Saved\
.vscode
GenerateProjectFiles.sh -project="$PWD/$PROJECT_NAME.uproject" -game