Change the lua length operator to do the obvious thing.

This commit is contained in:
2026-02-11 14:51:03 -05:00
parent 24075cd356
commit 30e53c3054
4 changed files with 56 additions and 53 deletions

View File

@@ -379,6 +379,10 @@ def generate_integration_code_workspace():
def build_clean():
"""
This code is underdeveloped.
For a more aggressive form of cleaning, use 'git clean -xfd',
which resets your git repository to its pristine state.
DANGER: this deletes any new source code you've created!
"""
shell(f"{INTEGRATION}/luprex", "make clean")
shell(INTEGRATION, f"{UNREALENGINE}/Engine/Build/BatchFiles/{BUILD_BAT} -waitmutex IntegrationEditor {OS} {DEBUG} {INTEGRATION}/Integration.uproject -clean")