From c78f3bd7a7782955068eb1686dc7af51aa66d918 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Mon, 31 Aug 2026 00:24:41 +0200 Subject: [PATCH] Updated build script --- _build/build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/build.cmd b/_build/build.cmd index b96cf9a72..d714ae934 100644 --- a/_build/build.cmd +++ b/_build/build.cmd @@ -62,7 +62,7 @@ cd /D "%~dp0.." "%~dp07za.exe" a "%TARGET_DIR%\ScriptsEnderal.zip" "source\scripts" cd /D "%~dp0..\source\Enderal DLL" -"%~dp07za.exe" a "%TARGET_DIR%\SKSE\Plugins\fs_src.zip" "." -x!build -x!.vs -x!.claude -x!*.md +"%~dp07za.exe" a "%TARGET_DIR%\SKSE\Plugins\fs_src.zip" "." -x!build -x!tools -x!.vs -x!.claude -x!*.md cd /D "%~dp0..\source\Steam DLL" "%~dp07za.exe" a "%TARGET_DIR%\SKSE\Plugins\fs_steam_src.zip" "." -x!build -x!.vs -x!gog -x!.claude -x!*.md